public class DayImpl extends Object implements Serializable, Comparable<Day>, Day
DayImpl()
int
compareTo(Day that)
Date
getDate()
List<EventImpl>
getEvents()
void
setDate(Date date)
setEvents(List<? extends Event> events)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DayImpl()
public int compareTo(Day that)
compareTo
Comparable<Day>
Day
public Date getDate()
getDate
public void setDate(Date date)
setDate
public List<EventImpl> getEvents()
getEvents
public void setEvents(List<? extends Event> events)
setEvents
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.