Package flexagon.fd.model2.pojo
Class PluginExecutionDataObject
java.lang.Object
FlexDataObject
flexagon.fd.model2.pojo.PluginExecutionDataObject
public class PluginExecutionDataObject
extends FlexDataObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAbortedBy(String pAbortedBy) voidsetAbortedOn(Timestamp pAbortedOn) voidsetCreatedBy(String pCreatedBy) voidsetCreatedOn(Timestamp pCreatedOn) voidsetEndpointId(Long pEndpointId) voidsetPercentProgress(Integer pPercentProgress) voidsetPluginExecutionErrorData(String pPluginExecutionErrorData) voidsetPluginExecutionId(Long pPluginExecutionId) voidsetPluginExecutionStatus(String pPluginExecutionStatus) voidsetUpdatedBy(String pUpdatedBy) voidsetUpdatedOn(Timestamp pUpdatedOn) voidsetVersionNumber(Integer pVersionNumber) voidsetWorkflowExecutionId(Long pWorkflowExecutionId)
-
Constructor Details
-
PluginExecutionDataObject
public PluginExecutionDataObject()
-
-
Method Details
-
getPluginExecutionId
-
setPluginExecutionId
-
getEndpointId
-
setEndpointId
-
getPercentProgress
-
setPercentProgress
-
getPluginExecutionErrorData
-
setPluginExecutionErrorData
-
getPluginExecutionStatus
-
setPluginExecutionStatus
-
getWorkflowExecutionId
-
setWorkflowExecutionId
-
getCreatedOn
-
setCreatedOn
-
getCreatedBy
-
setCreatedBy
-
getUpdatedOn
-
setUpdatedOn
-
getUpdatedBy
-
setUpdatedBy
-
getVersionNumber
-
setVersionNumber
-
setAbortedOn
-
getAbortedOn
-
setAbortedBy
-
getAbortedBy
-