Ontimize 5.2072EN

com.ontimize.cache
Class CacheManager.DataCacheId

java.lang.Object
  extended bycom.ontimize.cache.CacheManager.DataCacheId
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CacheManager

protected class CacheManager.DataCacheId
extends java.lang.Object
implements java.io.Serializable

It identifies the characteristics of one data set (corresponding to one entity), several attributes and without conditions

See Also:
Serialized Form

Field Summary
protected  java.util.Vector attributes
           
protected  java.lang.String entity
           
protected  java.util.Hashtable keysValues
           
protected  long time
           
 
Constructor Summary
CacheManager.DataCacheId(java.lang.String entity, java.util.Vector attributes, java.util.Hashtable keysValues)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 long getTime()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

entity

protected java.lang.String entity

attributes

protected java.util.Vector attributes

keysValues

protected java.util.Hashtable keysValues

time

protected long time
Constructor Detail

CacheManager.DataCacheId

public CacheManager.DataCacheId(java.lang.String entity,
                                java.util.Vector attributes,
                                java.util.Hashtable keysValues)
Method Detail

getTime

public long getTime()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)

toString

public java.lang.String toString()

Ontimize