net.sf.jzeno.util
Class DomainCacheEntry

java.lang.Object
  extended by net.sf.jzeno.util.DomainCacheEntry
All Implemented Interfaces:
java.io.Serializable

public class DomainCacheEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DomainCacheEntry(Entity rootEntity, java.lang.String swizzlePaths)
           
 
Method Summary
 int getChecksum()
           
 Entity getRootEntity()
           
 java.lang.String getSwizzlePaths()
           
 boolean hasChecksum()
           
 void setChecksum(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainCacheEntry

public DomainCacheEntry(Entity rootEntity,
                        java.lang.String swizzlePaths)
Method Detail

getRootEntity

public Entity getRootEntity()

getChecksum

public int getChecksum()

setChecksum

public void setChecksum(int i)

hasChecksum

public boolean hasChecksum()

getSwizzlePaths

public java.lang.String getSwizzlePaths()