public abstract class CalendarParent extends Object implements Serializable, CalendarParentContract
| Modifier | Constructor and Description |
|---|---|
protected |
CalendarParent() |
|
CalendarParent(CalendarEntry calendarEntry) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getBeginDateTime()
The being date time the CalendarParent is associated with
|
List<String> |
getCalendarDayHeadings()
Assumption of 7 "days" per week, or 7 "blocks" per row.
|
CalendarEntry |
getCalendarEntry()
The CalendarEntry object the CalendarParent is associated with
|
String |
getCalendarTitle()
Provides the calendar title / heading.
|
org.joda.time.DateTime |
getEndDateTime()
The end date time the CalendarParent is associated with
|
List<CalendarWeek> |
getWeeks()
The list of CalendarWeek objects the CalendarParent is associated with
|
void |
setBeginDateTime(org.joda.time.DateTime beginDateTime) |
void |
setCalendarEntry(CalendarEntry calendarEntry) |
void |
setEndDateTime(org.joda.time.DateTime endDateTime) |
void |
setWeeks(List<CalendarWeek> weeks) |
public CalendarParent(CalendarEntry calendarEntry)
protected CalendarParent()
public org.joda.time.DateTime getBeginDateTime()
CalendarParentContractbeginDateTime of a CalendarParent
getBeginDateTime in interface CalendarParentContractpublic void setBeginDateTime(org.joda.time.DateTime beginDateTime)
public org.joda.time.DateTime getEndDateTime()
CalendarParentContractendDateTime of a CalendarParent
getEndDateTime in interface CalendarParentContractpublic void setEndDateTime(org.joda.time.DateTime endDateTime)
public CalendarEntry getCalendarEntry()
CalendarParentContractcalendarEntry of a CalendarParent
getCalendarEntry in interface CalendarParentContractpublic void setCalendarEntry(CalendarEntry calendarEntry)
public List<CalendarWeek> getWeeks()
CalendarParentContractweeks of a CalendarParent
getWeeks in interface CalendarParentContractpublic void setWeeks(List<CalendarWeek> weeks)
public String getCalendarTitle()
getCalendarTitle in interface CalendarParentContractpublic List<String> getCalendarDayHeadings()
getCalendarDayHeadings in interface CalendarParentContractCopyright © 2004–2015 The Kuali Foundation. All rights reserved.