public class EventDay extends Object
static String
copyright
protected LocalDate
day
protected List<Event>
events
EventDay(LocalDate day, Event event)
DateTime
getDay()
List<Event>
getEvents()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String copyright
protected final LocalDate day
protected final List<Event> events
public EventDay(LocalDate day, Event event)
public List<Event> getEvents()
public DateTime getDay()