com.karmasphere.share.persist
Class PersistentRecord<C,K>

java.lang.Object
  extended by com.karmasphere.share.persist.Persistent
      extended by com.karmasphere.share.persist.PersistentRecord<C,K>
Direct Known Subclasses:
Fact

public abstract class PersistentRecord<C,K>
extends Persistent

A persistent record.


Constructor Summary
PersistentRecord()
           
 
Method Summary
abstract  boolean equals(Object o)
           
abstract  K getPersistenceKey()
           
abstract  C getPersistentContainer()
           
abstract  int hashCode()
           
abstract  void setPersistenceKey(K key)
           
 
Methods inherited from class com.karmasphere.share.persist.Persistent
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistentRecord

public PersistentRecord()
Method Detail

getPersistentContainer

public abstract C getPersistentContainer()

setPersistenceKey

public abstract void setPersistenceKey(K key)

getPersistenceKey

public abstract K getPersistenceKey()

hashCode

public abstract int hashCode()
Overrides:
hashCode in class Object

equals

public abstract boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2004-2005 Karamsphere. All Rights Reserved.