com.plumtree.remote.util
Class NamedValue

java.lang.Object
  extended bycom.plumtree.remote.util.NamedValue

public class NamedValue
extends java.lang.Object

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

NamedValue

public NamedValue()
Default constructor.


NamedValue

public NamedValue(java.lang.String name,
                  java.lang.String value)
Valued constructor.

Method Detail

getName

public java.lang.String getName()
Gets the value of Name. Note: The name will always be uppercased by the portal.

Returns:
the value of Name

setName

public void setName(java.lang.String name)
Sets the value of Name. Note: The name will always be uppercased by the portal.

Parameters:
name - the value to assign to Name

getValue

public java.lang.String getValue()
Gets the value of Value.

Returns:
the value of Value

setValue

public void setValue(java.lang.String value)
Sets the value of Value.


toString

public java.lang.String toString()
Returns a human-readable string for debugging.

Returns:
a string


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.