ma.glasnost.orika.test.property
Class TestCaseClasses.Address

java.lang.Object
  extended by ma.glasnost.orika.test.property.TestCaseClasses.Address
Enclosing interface:
TestCaseClasses

public static class TestCaseClasses.Address
extends Object


Field Summary
 String city
           
 String country
           
 String postalCode
           
 String street
           
 
Constructor Summary
TestCaseClasses.Address()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

street

public String street

city

public String city

postalCode

public String postalCode

country

public String country
Constructor Detail

TestCaseClasses.Address

public TestCaseClasses.Address()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2012 Glasnost. All Rights Reserved.