public class Address extends Object
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
City |
getCity() |
Country |
getCountry() |
String |
getPostalCode() |
void |
setAddress(String address) |
void |
setCity(City city) |
void |
setCountry(Country country) |
void |
setPostalCode(String postalCode) |
public String getAddress()
public void setAddress(String address)
address - the address to setpublic City getCity()
public void setCity(City city)
city - the city to setpublic Country getCountry()
public void setCountry(Country country)
country - the country to setpublic String getPostalCode()
public void setPostalCode(String postalCode)
postalCode - the postalCode to setCopyright © 2014 JDAL. All Rights Reserved.