|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kpme.core.calendar.CalendarParent
public abstract class CalendarParent
| Constructor Summary | |
|---|---|
protected |
CalendarParent()
|
|
CalendarParent(CalendarEntry calendarEntry)
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarParent(CalendarEntry calendarEntry)
protected CalendarParent()
| Method Detail |
|---|
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 CalendarParentContract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||