Package org.chenile.stm.dto
Class StatesDescriptionDTO
java.lang.Object
org.chenile.stm.dto.StatesDescriptionDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate List<FlowDescriptionDTO>private static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEntryAction(String entryAction) voidsetExitAction(String exitAction) voidsetFlowDescriptions(List<FlowDescriptionDTO> flowDescriptions) toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
entryAction
-
exitAction
-
flowDescriptions
-
-
Constructor Details
-
StatesDescriptionDTO
public StatesDescriptionDTO()
-
-
Method Details