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()
CalendarParentContract
beginDateTime of a CalendarParent
getBeginDateTime
in interface CalendarParentContract
public void setBeginDateTime(org.joda.time.DateTime beginDateTime)
public org.joda.time.DateTime getEndDateTime()
CalendarParentContract
endDateTime of a CalendarParent
getEndDateTime
in interface CalendarParentContract
public void setEndDateTime(org.joda.time.DateTime endDateTime)
public CalendarEntry getCalendarEntry()
CalendarParentContract
calendarEntry of a CalendarParent
getCalendarEntry
in interface CalendarParentContract
public void setCalendarEntry(CalendarEntry calendarEntry)
public List<CalendarWeek> getWeeks()
CalendarParentContract
weeks of a CalendarParent
getWeeks
in interface CalendarParentContract
public void setWeeks(List<CalendarWeek> weeks)
public String getCalendarTitle()
getCalendarTitle
in interface CalendarParentContract
public List<String> getCalendarDayHeadings()
getCalendarDayHeadings
in interface CalendarParentContract
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.