Class WorkflowStatePluginExecution
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.workflowexecution.WorkflowStatePluginExecution
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetName()longgetStep()voidsetEndpointId(long pEndpointId) voidsetEndpointName(String pEndpointName) voidvoidsetPluginExecutionId(long pPluginExecutionId) void
-
Constructor Details
-
WorkflowStatePluginExecution
public WorkflowStatePluginExecution()
-
-
Method Details
-
setName
-
getName
-
getFileName
-
setPluginExecutionId
public void setPluginExecutionId(long pPluginExecutionId) -
getPluginExecutionId
public long getPluginExecutionId() -
setEndpointId
public void setEndpointId(long pEndpointId) -
getEndpointId
public long getEndpointId() -
setEndpointName
-
getEndpointName
-
setStep
-
getStep
-