public final class EventBegin extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
EventBegin() |
| 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. |
Integer |
getFrom() |
Date |
getOn() |
Boolean |
getShow() |
Integer |
getTo() |
EventBegin |
setFrom(Integer from) |
EventBegin |
setOn(Date on) |
EventBegin |
setShow(Boolean show) |
EventBegin |
setTo(Integer to) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic Integer getFrom()
public EventBegin setFrom(Integer from)
public Date getOn()
public EventBegin setOn(Date on)
public Boolean getShow()
public EventBegin setShow(Boolean show)
public Integer getTo()
public EventBegin setTo(Integer to)
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.