Class WfActionData

java.lang.Object
mc.core.model.system.WfActionData
All Implemented Interfaces:
Serializable, IBaseEntity, ICoreEntity

@Entity public class WfActionData extends Object implements IBaseEntity
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:
  • Constructor Details

    • WfActionData

      public WfActionData()
  • Method Details

    • getId

      public long getId()
      Specified by:
      getId in interface IBaseEntity
    • setId

      public void setId(long id)
      Specified by:
      setId in interface IBaseEntity
    • getEnded

      public Calendar getEnded()
    • setEnded

      public void setEnded(Calendar ended)
    • getStarted

      public Calendar getStarted()
    • setStarted

      public void setStarted(Calendar started)
    • getExecutionState

      public ExecutionState getExecutionState()
    • setExecutionState

      public void setExecutionState(ExecutionState state)
    • getActionType

      public WfActionType getActionType()
    • setActionType

      public void setActionType(WfActionType actionType)
    • getWorkflowData

      public WorkflowData getWorkflowData()
    • setWorkflowData

      public void setWorkflowData(WorkflowData workflowData)
    • getInternalDescription

      public String getInternalDescription()
    • setInternalDescription

      public void setInternalDescription(String internalDescription)
      set internalDescription, truncate to 100