ma.glasnost.orika.test.property
Class IntrospectorResolverTestCase.PostalAddress
java.lang.Object
ma.glasnost.orika.test.property.IntrospectorResolverTestCase.PostalAddress
- All Implemented Interfaces:
- IntrospectorResolverTestCase.Address
- Enclosing class:
- IntrospectorResolverTestCase
public static class IntrospectorResolverTestCase.PostalAddress
- extends Object
- implements IntrospectorResolverTestCase.Address
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntrospectorResolverTestCase.PostalAddress
public IntrospectorResolverTestCase.PostalAddress()
getStreet
public String getStreet()
- Specified by:
getStreet in interface IntrospectorResolverTestCase.Address
setStreet
public void setStreet(String street)
getCity
public String getCity()
- Specified by:
getCity in interface IntrospectorResolverTestCase.Address
setCity
public void setCity(String city)
getSubnational
public String getSubnational()
- Specified by:
getSubnational in interface IntrospectorResolverTestCase.Address
setSubnational
public void setSubnational(String subnational)
getPostalCode
public String getPostalCode()
- Specified by:
getPostalCode in interface IntrospectorResolverTestCase.Address
setPostalCode
public void setPostalCode(String postalCode)
getCountry
public String getCountry()
- Specified by:
getCountry in interface IntrospectorResolverTestCase.Address
setCountry
public void setCountry(String country)
Copyright © 2012 Glasnost. All Rights Reserved.