Package de.xima.fc.workflow
Class StateList
- java.lang.Object
-
- de.xima.fc.workflow.StateList
-
- All Implemented Interfaces:
Serializable
public final class StateList extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StateList(List<WorkflowStateModel> states)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StateList
empty()
List<WorkflowStateModel>
getStates()
boolean
isInit()
void
setInit(boolean init)
void
setStates(List<WorkflowStateModel> states)
-
-
-
Constructor Detail
-
StateList
public StateList(List<WorkflowStateModel> states)
-
-
Method Detail
-
getStates
public List<WorkflowStateModel> getStates()
-
isInit
public boolean isInit()
-
setInit
public void setInit(boolean init)
-
setStates
public void setStates(List<WorkflowStateModel> states)
-
empty
public static StateList empty()
-
-