public static class InverseMappingTestCase.Address extends Object
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLine1() |
String |
getLine2() |
InverseMappingTestCase.Person |
getPerson() |
void |
setLine1(String line1) |
void |
setLine2(String line2) |
void |
setPerson(InverseMappingTestCase.Person person) |
public String getLine1()
public void setLine1(String line1)
public String getLine2()
public void setLine2(String line2)
public InverseMappingTestCase.Person getPerson()
public void setPerson(InverseMappingTestCase.Person person)
Copyright © 2017 Glasnost. All Rights Reserved.