com.bareflow.schema
Class Variable

java.lang.Object
  extended by com.bareflow.schema.Task
      extended by com.bareflow.schema.Variable

public final class Variable
extends Task


Constructor Summary
Variable()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.String getName()
           
 java.lang.String getScope()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 void setName(java.lang.String capacity)
           
 void setScope(java.lang.String scope)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class com.bareflow.schema.Task
getIf, getMode, setIf, setMode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Variable

public Variable()
Method Detail

setName

public void setName(java.lang.String capacity)

getName

public java.lang.String getName()

setScope

public void setScope(java.lang.String scope)

getScope

public java.lang.String getScope()

setValue

public void setValue(java.lang.Object value)

getValue

public java.lang.Object getValue()

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object