public interface Address extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getCountry() |
String |
getFormatted() |
Long |
getId()
Get the system-specific ID of the Address object
|
String |
getLocality() |
String |
getPostalCode() |
String |
getRegion() |
String |
getStreetAddress() |
void |
setCountry(String country) |
void |
setFormatted(String formatted) |
void |
setLocality(String locality) |
void |
setPostalCode(String postalCode) |
void |
setRegion(String region) |
void |
setStreetAddress(String streetAddress) |
String getFormatted()
void setFormatted(String formatted)
formatted
- the formatted address to setString getStreetAddress()
void setStreetAddress(String streetAddress)
streetAddress
- the streetAddress to setString getLocality()
void setLocality(String locality)
locality
- the locality to setString getPostalCode()
void setPostalCode(String postalCode)
postalCode
- the postalCode to setString getCountry()
void setCountry(String country)
country
- the country to setCopyright © 2018. All rights reserved.