public final class EventLocation extends Object implements org.ctoolkit.gwt.client.facade.RelevantNullChecker
| Constructor and Description |
|---|
EventLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull() |
String |
getCity() |
String |
getCountry() |
String |
getInfoEmail() |
String |
getInfoPhone() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getName() |
String |
getPostcode() |
String |
getStreet() |
EventLocation |
setCity(String city) |
EventLocation |
setCountry(String country) |
EventLocation |
setInfoEmail(String infoEmail) |
EventLocation |
setInfoPhone(String infoPhone) |
EventLocation |
setLatitude(Double latitude) |
EventLocation |
setLongitude(Double longitude) |
EventLocation |
setName(String name) |
EventLocation |
setPostcode(String postcode) |
EventLocation |
setStreet(String street) |
public String getCity()
public EventLocation setCity(String city)
public String getCountry()
public EventLocation setCountry(String country)
public String getInfoEmail()
public EventLocation setInfoEmail(String infoEmail)
public String getInfoPhone()
public EventLocation setInfoPhone(String infoPhone)
public Double getLatitude()
public EventLocation setLatitude(Double latitude)
public Double getLongitude()
public EventLocation setLongitude(Double longitude)
public String getName()
public EventLocation setName(String name)
public String getPostcode()
public EventLocation setPostcode(String postcode)
public String getStreet()
public EventLocation setStreet(String street)
public boolean allNull()
allNull in interface org.ctoolkit.gwt.client.facade.RelevantNullCheckerCopyright © 2023. All rights reserved.