com.samskivert.jdbc.depot.tests
Class TestRecord

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

public class TestRecord
extends PersistentRecord

A test persistent object.

See Also:
Serialized Form

Field Summary
 int age
           
 Date created
           
 Timestamp lastModified
           
 String name
           
 int recordId
           
static int SCHEMA_VERSION
           
 
Constructor Summary
TestRecord()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.samskivert.jdbc.depot.PersistentRecord
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

TestRecord

public TestRecord()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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