XStream Benchmark 1.4.1-redhat-1

com.thoughtworks.xstream.tools.benchmark.targets
Class Person

java.lang.Object
  extended by com.thoughtworks.xstream.tools.benchmark.targets.Person
All Implemented Interfaces:
Serializable

public class Person
extends Object
implements Serializable

See Also:
UserDefinedClassTarget, Serialized Form

Field Summary
 Date dateOfBirth
           
 String firstName
           
 String lastName
           
 
Constructor Summary
Person()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstName

public String firstName

lastName

public String lastName

dateOfBirth

public Date dateOfBirth
Constructor Detail

Person

public Person()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

XStream Benchmark 1.4.1-redhat-1

Copyright © 2004-2011 XStream. All Rights Reserved.