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