com.samskivert.jdbc.depot
Class PersistentRecord

java.lang.Object
  extended by com.samskivert.jdbc.depot.PersistentRecord
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
TestRecord

public class PersistentRecord
extends Object
implements Cloneable, Serializable

The base class for all persistent records used in Depot. Persistent records must be cloneable and serializable; this class is used to enforce those requirements.

See Also:
Serialized Form

Constructor Summary
PersistentRecord()
           
 
Method Summary
 PersistentRecord clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentRecord

public PersistentRecord()
Method Detail

clone

public PersistentRecord clone()
Overrides:
clone in class Object


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.