Package flexagon.fd.core.partial.pojo
Class DeployObjectResult
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.core.partial.pojo.DeployObjectResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEndTime(Calendar pEndTime) voidsetPackageObjectId(Long pPackageObjectId) voidsetProjectObjectId(Long pProjectObjectId) voidsetRollsBackProjectObjectId(Long pRollsBackProjectObjectId) voidsetStartTime(Calendar pStartTime) voidsetStatus(DeployStatusEnum pStatus) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
DeployObjectResult
public DeployObjectResult()
-
-
Method Details
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
setStartTime
-
getStartTime
-
setEndTime
-
getEndTime
-
setStatus
-
getStatus
-
setPackageObjectId
-
getPackageObjectId
-
setProjectObjectId
-
getProjectObjectId
-
setRollsBackProjectObjectId
-
getRollsBackProjectObjectId
-