org.escot
Class CustomProperty
java.lang.Object
|
+--org.escot.CustomProperty
- public class CustomProperty
- extends Object
CustomProperty for persistence
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomProperty
public CustomProperty()
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