ma.glasnost.orika.test.property
Interface PropertyResolverTestCase.Address

All Known Implementing Classes:
PropertyResolverTestCase.PostalAddress
Enclosing class:
PropertyResolverTestCase

public static interface PropertyResolverTestCase.Address


Method Summary
 String getCity()
           
 String getCountry()
           
 String getPostalCode()
           
 String getStreet()
           
 String getSubnational()
           
 

Method Detail

getStreet

String getStreet()

getCity

String getCity()

getSubnational

String getSubnational()

getPostalCode

String getPostalCode()

getCountry

String getCountry()


Copyright © 2012 Glasnost. All Rights Reserved.