com.karmasphere.share.persist
Class Persistent

java.lang.Object
  extended by com.karmasphere.share.persist.Persistent
Direct Known Subclasses:
Identity, PersistentContainer, PersistentRecord

public abstract class Persistent
extends Object

A persistent object. This class is the abstract base class of all persistable objects and contains only the most basic common functionality.


Constructor Summary
Persistent()
           
 
Method Summary
 String toString()
          Returns a simple String representation of this Persistent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Persistent

public Persistent()
Method Detail

toString

public String toString()
Returns a simple String representation of this Persistent.

Overrides:
toString in class Object


Copyright © 2004-2005 Karamsphere. All Rights Reserved.