public class DayEvent extends TimeInfo implements Serializable
| Constructor and Description | 
|---|
DayEvent()
default constructor 
 | 
DayEvent(String name,
                Date date,
                String startTime,
                String startTimeAmPm,
                boolean allDay)
constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Date | 
getDate()
get the event date 
 | 
String | 
getName()
get the event name 
 | 
void | 
setDate(Date date)
set the event date 
 | 
void | 
setName(String name)
set the event name 
 | 
getStartTime, getStartTimeAmPm, isAllDay, setAllDay, setStartTime, setStartTimeAmPmCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.