com.timestock.tess.webservices.api
Class DKeyAndValue

java.lang.Object
  extended by com.timestock.tess.webservices.api.DKeyAndValue

public class DKeyAndValue
extends java.lang.Object

A CEM Key Value Pair


Constructor Summary
DKeyAndValue()
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.Object getValue()
           
 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

DKeyAndValue

public DKeyAndValue()
Method Detail

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)