|
|||||||||||
| 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 Objectpublic String getName()
getName in interface INamedpublic Object getValue()
getValue in interface INamedpublic int hashCode()
hashCode in class Objectpublic 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 | ||||||||||