basicPluginFramework
Class VariableObject
java.lang.Object
basicPluginFramework.VariableObject
public class VariableObject
- extends java.lang.Object
This class serves to keep the state of a variable i.e.
its name, value and property id.
- Author:
- Wolfgang Chico Toepfer
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableObject
public VariableObject()
getName
public java.lang.String getName()
- Returns:
- the name of the variable
getVariable
public java.lang.String getVariable()
- Returns:
- the value of the variable
setName
public void setName(java.lang.String string)
- Parameters:
string - the name of the variable
setVariable
public void setVariable(java.lang.String string)
- Parameters:
string - the value of the variable
getProperty
public java.lang.String getProperty()
- Returns:
- the property id of the variable
setProperty
public void setProperty(java.lang.String string)
- Parameters:
string - the property id of the variable