public final class EventLocation extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
EventLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic 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()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.