|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.util.NamedValue
A named value
Constructor Summary | |
NamedValue()
Deprecated. NamedValue constructor comment. |
|
NamedValue(String name,
Object value)
Deprecated. NamedValue constructor |
Method Summary | |
boolean |
equals(Object o)
Deprecated. Tests if the name and value of two NamedValue objects are equal |
String |
getName()
Deprecated. getName method comment. |
Object |
getValue()
Deprecated. Gets the value |
int |
hashCode()
Deprecated. Gets this object's hashcode |
void |
setName(String name)
Deprecated. Sets the name |
void |
setValue(Object val)
Deprecated. Sets the value |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NamedValue()
public NamedValue(String name, Object value)
Method Detail |
public boolean equals(Object o)
equals
in class Object
public String getName()
getName
in interface INamed
public Object getValue()
getValue
in interface INamed
public int hashCode()
hashCode
in class Object
public void setName(String name)
public void setValue(Object val)
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |