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

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


Constructor Summary
IntrospectorResolverTestCase.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

IntrospectorResolverTestCase.PostalAddress

public IntrospectorResolverTestCase.PostalAddress()
Method Detail

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.