Class EventBranchPayload
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.event.payload.CrudPayload
flexagon.fd.model.pojos.event.payload.EventBranchPayload
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class flexagon.fd.model.pojos.event.payload.CrudPayload
createdBy, createdOn, updatedBy, updatedOn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttribute1(String pAttribute1) voidsetAttribute2(String pAttribute2) voidsetAttribute3(String pAttribute3) voidsetBranchName(String pBranchName) voidsetDescription(String pDescription) voidsetFolderId(Long pFolderId) voidsetFolderName(String pFolderName) voidsetLastDiscoveredOn(String pLastDiscoveredOn) voidsetMainBranchFlag(Boolean pMainBranchFlag) voidsetProject(EventProject pProject) voidsetProjectBranchId(Long pProjectBranchId) voidsetVersionSyntax(String pVersionSyntax) Methods inherited from class flexagon.fd.model.pojos.event.payload.CrudPayload
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOn
-
Constructor Details
-
EventBranchPayload
public EventBranchPayload()
-
-
Method Details
-
setProjectBranchId
-
getProjectBranchId
-
setAttribute1
-
getAttribute1
-
setAttribute2
-
getAttribute2
-
setAttribute3
-
getAttribute3
-
setDescription
-
getDescription
-
setMainBranchFlag
-
getMainBranchFlag
-
setBranchName
-
getBranchName
-
setVersionSyntax
-
getVersionSyntax
-
setLastDiscoveredOn
-
getLastDiscoveredOn
-
setProject
-
getProject
-
getFolderName
-
setFolderName
-
getFolderId
-
setFolderId
-