public class AccountPersonalAddress extends Object implements org.ctoolkit.gwt.client.facade.RelevantNullChecker
| Constructor and Description |
|---|
AccountPersonalAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull() |
AccountPersonalAddress |
city(String city)
The personal address city.
|
AccountPersonalAddress |
country(String country)
The personal address ISO 3166 alpha-2 country code.
|
String |
getCity() |
String |
getCountry() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getPostcode() |
String |
getStreet() |
AccountPersonalAddress |
latitude(Double latitude)
The personal address latitude geographic coordinate, generated by the service.
|
AccountPersonalAddress |
longitude(Double longitude)
The personal address longitude geographic coordinate, generated by the service.
|
AccountPersonalAddress |
postcode(String postcode)
The personal address post code.
|
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
setPostcode(String postcode) |
void |
setStreet(String street) |
AccountPersonalAddress |
street(String street)
The personal street and street number
|
public AccountPersonalAddress street(String street)
public String getStreet()
public void setStreet(String street)
public AccountPersonalAddress city(String city)
public String getCity()
public void setCity(String city)
public AccountPersonalAddress country(String country)
public String getCountry()
public void setCountry(String country)
public AccountPersonalAddress postcode(String postcode)
public String getPostcode()
public void setPostcode(String postcode)
public AccountPersonalAddress latitude(Double latitude)
public Double getLatitude()
public void setLatitude(Double latitude)
public AccountPersonalAddress longitude(Double longitude)
public Double getLongitude()
public void setLongitude(Double longitude)
public boolean allNull()
allNull in interface org.ctoolkit.gwt.client.facade.RelevantNullCheckerCopyright © 2023. All rights reserved.