Package mc.core.model.system
Class WfActionData
java.lang.Object
mc.core.model.system.WfActionData
- All Implemented Interfaces:
Serializable,IBaseEntity,ICoreEntity
Entity containing state and start and end times for a single step of a workflow given by its WfActionType. State and
the times are set during processing of the WfActionType when Workflow runs.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnded()longgetId()voidsetActionType(WfActionType actionType) voidvoidsetExecutionState(ExecutionState state) voidsetId(long id) voidsetInternalDescription(String internalDescription) set internalDescription, truncate to 100voidsetStarted(Calendar started) voidsetWorkflowData(WorkflowData workflowData)
-
Constructor Details
-
WfActionData
public WfActionData()
-
-
Method Details
-
getId
public long getId()- Specified by:
getIdin interfaceIBaseEntity
-
setId
public void setId(long id) - Specified by:
setIdin interfaceIBaseEntity
-
getEnded
-
setEnded
-
getStarted
-
setStarted
-
getExecutionState
-
setExecutionState
-
getActionType
-
setActionType
-
getWorkflowData
-
setWorkflowData
-
getInternalDescription
-
setInternalDescription
set internalDescription, truncate to 100
-