org.springframework.batch.sample.domain.person
Class Child

java.lang.Object
  extended by org.springframework.batch.sample.domain.person.Child

public class Child
extends Object


Constructor Summary
Child()
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 int hashCode()
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Child

public Child()
Method Detail

setName

public void setName(String name)

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009 SpringSource. All Rights Reserved.