public final class Event extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
Event() |
| 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. |
EventBegin |
getBegin() |
Date |
getDeadline() |
EventEnd |
getEnd() |
EventLocation |
getLocation() |
Integer |
getSeats() |
Event |
setBegin(EventBegin begin) |
void |
setBeginIf(EventBegin begin) |
Event |
setDeadline(Date deadline) |
Event |
setEnd(EventEnd end) |
void |
setEndIf(EventEnd end) |
Event |
setLocation(EventLocation location) |
void |
setLocationIf(EventLocation location) |
Event |
setSeats(Integer seats) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic EventBegin getBegin()
public Event setBegin(EventBegin begin)
public void setBeginIf(EventBegin begin)
public Date getDeadline()
public EventEnd getEnd()
public void setEndIf(EventEnd end)
public EventLocation getLocation()
null for nonepublic Event setLocation(EventLocation location)
public void setLocationIf(EventLocation location)
public Integer getSeats()
null for nonepublic 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.