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