basicPluginFramework
Class VariableObject

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

Constructor Summary
VariableObject()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getProperty()
           
 java.lang.String getVariable()
           
 void setName(java.lang.String string)
           
 void setProperty(java.lang.String string)
           
 void setVariable(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableObject

public VariableObject()
Method Detail

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