ma.glasnost.orika.test.fieldmap
Class OverrideFieldNameTestCase.Address

java.lang.Object
  extended by ma.glasnost.orika.test.fieldmap.OverrideFieldNameTestCase.Address
Enclosing class:
OverrideFieldNameTestCase

public static class OverrideFieldNameTestCase.Address
extends Object


Constructor Summary
OverrideFieldNameTestCase.Address()
           
 
Method Summary
 String getCity()
           
 String getCountry()
           
 void setCity(String city)
           
 void setCountry(String country)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverrideFieldNameTestCase.Address

public OverrideFieldNameTestCase.Address()
Method Detail

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getCity

public String getCity()

setCity

public void setCity(String city)


Copyright © 2012 Glasnost. All Rights Reserved.