Class StepStateChangeImpl

  • All Implemented Interfaces:
    StepStateChange

    public class StepStateChangeImpl
    extends java.lang.Object
    implements StepStateChange
    $INTERFACE is ... User: greg Date: 10/15/13 Time: 4:59 PM
    • Constructor Detail

      • StepStateChangeImpl

        public StepStateChangeImpl()
    • Method Detail

      • setStepState

        public void setStepState​(StepState stepState)
      • getNodeName

        public java.lang.String getNodeName()
        Specified by:
        getNodeName in interface StepStateChange
        Returns:
        The node name
      • setNodeName

        public void setNodeName​(java.lang.String nodeName)
      • isNodeState

        public boolean isNodeState()
        Specified by:
        isNodeState in interface StepStateChange
        Returns:
        True if this state represents a node, false if it represents an overall step state
      • setNodeState

        public void setNodeState​(boolean nodeState)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object