com.genesyslab.soa
Class KeyValue

java.lang.Object
  extended bycom.genesyslab.soa.KeyValue
All Implemented Interfaces:
java.io.Serializable

public class KeyValue
extends java.lang.Object
implements java.io.Serializable

This container describes a key-value pair used in a Data Transfer Object. The key-value pair corresponds to a service attribute.

See Also:
Serialized Form

Constructor Summary
KeyValue()
           
 
Method Summary
 java.lang.String getKey()
          The key.
 java.lang.Object getValue()
          The value.
 void setKey(java.lang.String key)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValue

public KeyValue()
Method Detail

setValue

public void setValue(java.lang.Object value)

getValue

public java.lang.Object getValue()
The value.

Returns:
The value.

getKey

public java.lang.String getKey()
The key.

Returns:
The key.

setKey

public void setKey(java.lang.String key)