com.samskivert.jdbc.depot.tests
Class TestRecord
java.lang.Object
com.samskivert.jdbc.depot.PersistentRecord
com.samskivert.jdbc.depot.tests.TestRecord
- All Implemented Interfaces:
- Serializable, Cloneable
public class TestRecord
- extends PersistentRecord
A test persistent object.
- See Also:
- Serialized Form
SCHEMA_VERSION
public static final int SCHEMA_VERSION
- See Also:
- Constant Field Values
recordId
public int recordId
name
public String name
age
public int age
created
public Date created
lastModified
public Timestamp lastModified
TestRecord
public TestRecord()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.