ma.glasnost.orika.test.property
Class PropertyResolverTestCase.PostalAddress

java.lang.Object
  extended by 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


Constructor Summary
PropertyResolverTestCase.PostalAddress()
           
 
Method Summary
 String getCity()
           
 String getCountry()
           
 String getPostalCode()
           
 String getStreet()
           
 String getSubnational()
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setPostalCode(String postalCode)
           
 void setStreet(String street)
           
 void setSubnational(String subnational)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyResolverTestCase.PostalAddress

public PropertyResolverTestCase.PostalAddress()
Method Detail

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.