Daisy Open Source CMS

org.outerj.daisy.workflow
Class TaskUpdateData.VariableKey

java.lang.Object
  extended by org.outerj.daisy.workflow.TaskUpdateData.VariableKey
Enclosing class:
TaskUpdateData

public final class TaskUpdateData.VariableKey
extends Object


Constructor Summary
TaskUpdateData.VariableKey(String name, VariableScope scope)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 VariableScope getScope()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskUpdateData.VariableKey

public TaskUpdateData.VariableKey(String name,
                                  VariableScope scope)
Method Detail

getName

public String getName()

getScope

public VariableScope getScope()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Daisy Open Source CMS