CacheObject Class

com.bea.wli.management.runtime
CacheObject Class

public class CacheObject

    extends Object
    implements Serializable

Created by IntelliJ IDEA. User: avijay Date: Sep 30, 2004 Time: 2:23:13 PM To change this template use File | Settings | File Templates.


Hierarchy
Object
  CacheObject
All Implemented Interfaces

Serializable

Constructor Summary

CacheObject()

 

Method Summary

public String
getKey()
public String
getValue()
public void
setKey(String key)
public void
setValue(String value)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

CacheObject

public CacheObject()
 

Method Detail

getKey() Method

public String getKey()

getValue() Method

public String getValue()

setKey(String) Method

public void setKey(String key)

setValue(String) Method

public void setValue(String value)