com.dtolabs.rundeck.core.execution.workflow.state
Class StepIdentifierImpl
java.lang.Object
com.dtolabs.rundeck.core.execution.workflow.state.StepIdentifierImpl
- All Implemented Interfaces:
- StepIdentifier, java.lang.Comparable<StepIdentifier>
public class StepIdentifierImpl
- extends java.lang.Object
- implements StepIdentifier
$INTERFACE is ... User: greg Date: 10/15/13 Time: 3:54 PM
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
StepIdentifierImpl
public StepIdentifierImpl(java.util.List<StepContextId> context)
getContext
public java.util.List<StepContextId> getContext()
- Description copied from interface:
StepIdentifier
- Return the stack of step contexts
- Specified by:
getContext
in interface StepIdentifier
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
compareTo
public int compareTo(StepIdentifier o)
- Specified by:
compareTo
in interface java.lang.Comparable<StepIdentifier>