Class StatesDescriptionDTO

java.lang.Object
org.chenile.stm.dto.StatesDescriptionDTO
All Implemented Interfaces:
Serializable

public class StatesDescriptionDTO extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • StatesDescriptionDTO

      public StatesDescriptionDTO()
  • Method Details

    • getEntryAction

      public String getEntryAction()
    • setEntryAction

      public void setEntryAction(String entryAction)
    • getExitAction

      public String getExitAction()
    • setExitAction

      public void setExitAction(String exitAction)
    • getFlowDescriptions

      public List<FlowDescriptionDTO> getFlowDescriptions()
    • setFlowDescriptions

      public void setFlowDescriptions(List<FlowDescriptionDTO> flowDescriptions)
    • toString

      public String toString()
      Overrides:
      toString in class Object