ma.glasnost.orika.test.object
Class InverseMappingTestCase.Address

java.lang.Object
  extended by ma.glasnost.orika.test.object.InverseMappingTestCase.Address
Enclosing class:
InverseMappingTestCase

public static class InverseMappingTestCase.Address
extends Object


Constructor Summary
InverseMappingTestCase.Address()
           
 
Method Summary
 String getLine1()
           
 String getLine2()
           
 InverseMappingTestCase.Person getPerson()
           
 void setLine1(String line1)
           
 void setLine2(String line2)
           
 void setPerson(InverseMappingTestCase.Person person)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InverseMappingTestCase.Address

public InverseMappingTestCase.Address()
Method Detail

getLine1

public String getLine1()

setLine1

public void setLine1(String line1)

getLine2

public String getLine2()

setLine2

public void setLine2(String line2)

getPerson

public InverseMappingTestCase.Person getPerson()

setPerson

public void setPerson(InverseMappingTestCase.Person person)


Copyright © 2012 Glasnost. All Rights Reserved.