public class Address extends Object
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getCountry() |
String |
getEmail() |
double |
getLatitude() |
double |
getLongitude() |
String |
getNumber() |
String |
getPhone() |
String |
getPostal() |
String |
getStreet() |
String |
getWeb() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setEmail(String email) |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setNumber(String number) |
void |
setPhone(String phone) |
void |
setPostal(String postal) |
void |
setStreet(String street) |
void |
setWeb(String web) |
public String getStreet()
public void setStreet(String street)
street - the street name of the addresspublic String getNumber()
public void setNumber(String number)
number - the house numberpublic String getCountry()
public void setCountry(String country)
country - the country's namepublic String getCity()
public void setCity(String city)
city - the citypublic String getPostal()
public void setPostal(String postal)
postal - the zip codepublic double getLatitude()
public void setLatitude(double latitude)
latitude - the latitude of the addresspublic double getLongitude()
public void setLongitude(double longitude)
longitude - the longitude of the addresspublic String getWeb()
public void setWeb(String web)
web - the website urlpublic String getEmail()
public void setEmail(String email)
email - the email addresspublic String getPhone()
public void setPhone(String phone)
phone - the phone numberCopyright © 2015. All rights reserved.