com.karmasphere.share.persist
Class Persistent
java.lang.Object
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.
|
Method Summary |
String |
toString()
Returns a simple String representation of this Persistent. |
Persistent
public Persistent()
toString
public String toString()
- Returns a simple String representation of this Persistent.
- Overrides:
toString in class Object
Copyright © 2004-2005 Karamsphere. All Rights Reserved.