spec.benchmarks.serial.data
Class TestDomainObject

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

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

$Id: TestDomainObject.java,v 1.4 2005/10/28 17:26:00 csuconic Exp $ Reference for this class: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71200 From user irvingd on that forum

Author:
Clebert Suconic
See Also:
Serialized Form

Method Summary
static TestDomainObject createTestInstance()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTestInstance

public static TestDomainObject createTestInstance()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object