com.samskivert.jdbc.depot
Class PersistentRecord
java.lang.Object
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
PersistentRecord
public PersistentRecord()
clone
public PersistentRecord clone()
- Overrides:
clone in class Object
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.