Class StateDescriptionDTO

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

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

  • Constructor Details

    • StateDescriptionDTO

      public StateDescriptionDTO()
  • Method Details

    • getStateAttributes

      public List<StateAttributesDTO> getStateAttributes()
    • setStateAttributes

      public void setStateAttributes(List<StateAttributesDTO> stateAttributes)
    • getMetaData

      public Map<String,String> getMetaData()
    • setMetaData

      public void setMetaData(Map<String,String> metaData)
    • getStateName

      public String getStateName()
    • setStateName

      public void setStateName(String stateName)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getIsInitialState

      public Boolean getIsInitialState()
    • setIsInitialState

      public void setIsInitialState(Boolean isInitialState)
    • getEntryAction

      public String getEntryAction()
    • setEntryAction

      public void setEntryAction(String entryAction)
    • getIsFinalState

      public Boolean getIsFinalState()
    • setIsFinalState

      public void setIsFinalState(Boolean isFinalState)
    • getExitAction

      public String getExitAction()
    • setExitAction

      public void setExitAction(String exitAction)
    • getStateType

      public String getStateType()
    • setStateType

      public void setStateType(String stateType)
    • getFlowId

      public Long getFlowId()
    • setFlowId

      public void setFlowId(Long flowId)
    • getTransitionDescriptions

      public List<TransitionDescriptionDTO> getTransitionDescriptions()
    • setTransitionDescriptions

      public void setTransitionDescriptions(List<TransitionDescriptionDTO> transitionDescriptions)
    • getComponentName

      public String getComponentName()
    • setComponentName

      public void setComponentName(String componentName)
    • toString

      public String toString()
      Overrides:
      toString in class Object