|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.util.NamedValue
JavaBean representing the NamedValue data type.
| Constructor Summary | |
NamedValue()
Default constructor. |
|
NamedValue(java.lang.String name,
java.lang.String value)
Valued constructor. |
|
| Method Summary | |
java.lang.String |
getName()
Gets the value of Name. |
java.lang.String |
getValue()
Gets the value of Value. |
void |
setName(java.lang.String name)
Sets the value of Name. |
void |
setValue(java.lang.String value)
Sets the value of Value. |
java.lang.String |
toString()
Returns a human-readable string for debugging. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NamedValue()
public NamedValue(java.lang.String name,
java.lang.String value)
| Method Detail |
public java.lang.String getName()
Name. Note: The name will always be uppercased by the portal.
Namepublic void setName(java.lang.String name)
Name. Note: The name will always be uppercased by the portal.
name - the value to assign to Namepublic java.lang.String getValue()
Value.
Valuepublic void setValue(java.lang.String value)
Value.
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.