public final class Event extends Object implements org.ctoolkit.gwt.client.facade.RelevantNullChecker
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull() |
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) |
public 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()
allNull in interface org.ctoolkit.gwt.client.facade.RelevantNullCheckerCopyright © 2023. All rights reserved.