|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.palo.api.Property
public class Property
A Property
object can be attached to several classes to provide
application specific additional information. The developer can specify
arbitrary key/value pairs via this class.
Constructor Summary | |
---|---|
Property(java.lang.String id,
java.lang.String value)
Deprecated. Creates a new key/value pair with the given data. |
Method Summary | |
---|---|
java.lang.String |
getId()
Deprecated. Returns the id of this property object. |
java.lang.String |
getValue()
Deprecated. Returns the value of this property object. |
void |
setValue(java.lang.String newValue)
Deprecated. Sets a new value for this property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Property(java.lang.String id, java.lang.String value)
id
- the id of the new property.value
- the value of the new property.Method Detail |
---|
public java.lang.String getId()
public java.lang.String getValue()
public void setValue(java.lang.String newValue)
newValue
- the new value for this property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |