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

java.lang.Object
  extended bycom.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)

hashCode

public int hashCode()


Copyright © 2004-2007 XStream. All Rights Reserved.