com.dtolabs.rundeck.core.execution.workflow.state
Class StateUtils.CtxItem

java.lang.Object
  extended by com.dtolabs.rundeck.core.utils.PairImpl<java.lang.Integer,java.lang.Boolean>
      extended by com.dtolabs.rundeck.core.execution.workflow.state.StateUtils.CtxItem
All Implemented Interfaces:
StepContextId, Pair<java.lang.Integer,java.lang.Boolean>, java.lang.Comparable<StepContextId>
Enclosing class:
StateUtils

public static class StateUtils.CtxItem
extends PairImpl<java.lang.Integer,java.lang.Boolean>
implements StepContextId


Constructor Summary
StateUtils.CtxItem(java.lang.Integer first, java.lang.Boolean second)
           
 
Method Summary
 int compareTo(StepContextId o)
           
 boolean equals(java.lang.Object o)
           
 StepAspect getAspect()
           
 int getStep()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class com.dtolabs.rundeck.core.utils.PairImpl
getFirst, getSecond, setFirst, setSecond
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateUtils.CtxItem

public StateUtils.CtxItem(java.lang.Integer first,
                          java.lang.Boolean second)
Method Detail

getStep

public int getStep()
Specified by:
getStep in interface StepContextId

getAspect

public StepAspect getAspect()
Specified by:
getAspect in interface StepContextId

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class PairImpl<java.lang.Integer,java.lang.Boolean>

hashCode

public int hashCode()
Overrides:
hashCode in class PairImpl<java.lang.Integer,java.lang.Boolean>

compareTo

public int compareTo(StepContextId o)
Specified by:
compareTo in interface java.lang.Comparable<StepContextId>

toString

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