org.formaria.cache
Class IdCachedObject<T>

java.lang.Object
  extended by org.formaria.cache.CachedObject<T>
      extended by org.formaria.cache.IdCachedObject<T>

public class IdCachedObject<T>
extends CachedObject<T>

A basic cached object identified by the getId method For licensing information see license.txt


Field Summary
protected  java.lang.Object id
           
 
Fields inherited from class org.formaria.cache.CachedObject
dirty, object
 
Constructor Summary
IdCachedObject(T o)
           
 
Method Summary
 java.lang.Object getId()
           
 
Methods inherited from class org.formaria.cache.CachedObject
get, getContainer, getType, isDirty, isValid, set, setContainer, setDirty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.Object id
Constructor Detail

IdCachedObject

public IdCachedObject(T o)
Method Detail

getId

public java.lang.Object getId()
Overrides:
getId in class CachedObject<T>