com.dtolabs.rundeck.core.execution.workflow.state
Class StepIdentifierImpl

java.lang.Object
  extended by 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


Constructor Summary
StepIdentifierImpl(java.util.List<StepContextId> context)
           
 
Method Summary
 int compareTo(StepIdentifier o)
           
 boolean equals(java.lang.Object o)
           
 java.util.List<StepContextId> getContext()
          Return the stack of step contexts
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepIdentifierImpl

public StepIdentifierImpl(java.util.List<StepContextId> context)
Method Detail

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>