org.escot
Class CustomProperty

java.lang.Object
  |
  +--org.escot.CustomProperty

public class CustomProperty
extends Object

CustomProperty for persistence


Constructor Summary
CustomProperty()
           
 
Method Summary
 String getName()
          gets the name of this property
 Object getValue()
          gets the value for this property
 void setName(String s)
          sets the name of this property
 void setValue(Object obj)
          sets the value of the property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomProperty

public CustomProperty()
Method Detail

getName

public String getName()
gets the name of this property
Returns:
the name of the property

setName

public void setName(String s)
sets the name of this property
Parameters:
s - the name of the property

getValue

public Object getValue()
gets the value for this property
Returns:
an object representing the value of the property

setValue

public void setValue(Object obj)
sets the value of the property
Parameters:
obj - the value of the property