com.bareflow.schema
Class Variable
java.lang.Object
com.bareflow.schema.Task
com.bareflow.schema.Variable
public final class Variable
- extends Task
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Variable
public Variable()
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