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