spec.benchmarks.serial.data
Class TestClassWithSQLDateOnly

java.lang.Object
  extended by spec.benchmarks.serial.data.TestClassWithSQLDateOnly
All Implemented Interfaces:
java.io.Serializable

public class TestClassWithSQLDateOnly
extends java.lang.Object
implements java.io.Serializable

$Id: TestClassWithSQLDateOnly.java,v 1.1 2005/07/26 01:30:56 csuconic Exp $

Author:
Clebert Suconic
See Also:
Serialized Form

Field Summary
 java.sql.Date newDate
           
 
Constructor Summary
TestClassWithSQLDateOnly()
           
 
Method Summary
static TestClassWithSQLDateOnly createTestInstance()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

newDate

public java.sql.Date newDate
Constructor Detail

TestClassWithSQLDateOnly

public TestClassWithSQLDateOnly()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

createTestInstance

public static TestClassWithSQLDateOnly createTestInstance()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object