com.bea.wli.management.runtime
Class CacheObject

java.lang.Object
  extended by com.bea.wli.management.runtime.CacheObject
All Implemented Interfaces:
Serializable

public class CacheObject
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

CacheObject

public CacheObject()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getKey

public String getKey()

setKey

public void setKey(String key)