public class AddressTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private String |
addressName |
private String |
city |
private CountryTO |
country |
private String |
lineOne |
private String |
lineThree |
private String |
lineTwo |
private String |
postCode |
| Constructor and Description |
|---|
AddressTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAddressName() |
String |
getCity() |
CountryTO |
getCountry() |
String |
getLineOne() |
String |
getLineThree() |
String |
getLineTwo() |
String |
getPostCode() |
int |
hashCode() |
void |
setAddressName(String addressName) |
void |
setCity(String city) |
void |
setCountry(CountryTO country) |
void |
setLineOne(String lineOne) |
void |
setLineThree(String lineThree) |
void |
setLineTwo(String lineTwo) |
void |
setPostCode(String postCode) |
String |
toString() |
clearPersistanceProps, getDateCreated, getDateModified, getId, getVersion, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersionprivate String addressName
private String lineOne
private String lineTwo
private String lineThree
private String city
private String postCode
@NotNull @PersistedEnum private CountryTO country
public String getAddressName()
public void setAddressName(String addressName)
public String getLineOne()
public void setLineOne(String lineOne)
public String getLineTwo()
public void setLineTwo(String lineTwo)
public String getLineThree()
public void setLineThree(String lineThree)
public String getPostCode()
public void setPostCode(String postCode)
public CountryTO getCountry()
public void setCountry(CountryTO country)
public String getCity()
public void setCity(String city)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.