ma.glasnost.orika.test.generics
Class GenericCollectionsTestCase.Person

java.lang.Object
  extended by ma.glasnost.orika.test.generics.GenericCollectionsTestCase.Person
Direct Known Subclasses:
GenericCollectionsTestCase.Employee
Enclosing class:
GenericCollectionsTestCase

public abstract static class GenericCollectionsTestCase.Person
extends Object


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

Constructor Detail

GenericCollectionsTestCase.Person

public GenericCollectionsTestCase.Person()
Method Detail

getName

public String getName()

setName

public void setName(String name)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Glasnost. All Rights Reserved.