org.kuali.hr.time.calendar
Class CalendarParent
java.lang.Object
org.kuali.hr.time.calendar.CalendarParent
- Direct Known Subclasses:
- TkCalendar
public abstract class CalendarParent
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarParent
public CalendarParent(CalendarEntries calendarEntry)
CalendarParent
protected CalendarParent()
getBeginDateTime
public org.joda.time.DateTime getBeginDateTime()
setBeginDateTime
public void setBeginDateTime(org.joda.time.DateTime beginDateTime)
getEndDateTime
public org.joda.time.DateTime getEndDateTime()
setEndDateTime
public void setEndDateTime(org.joda.time.DateTime endDateTime)
getCalendarEntry
public CalendarEntries getCalendarEntry()
setCalendarEntry
public void setCalendarEntry(CalendarEntries calendarEntry)
getWeeks
public List<CalendarWeek> getWeeks()
setWeeks
public void setWeeks(List<CalendarWeek> weeks)
getCalendarTitle
public String getCalendarTitle()
- Provides the calendar title / heading. If the Pay Calendar entry spans
multiple months, you get Abbreviated Month name + year of both the
beginning month and the ending month.
- Returns:
- String for calendar title use.
getCalendarDayHeadings
public List<String> getCalendarDayHeadings()
- Assumption of 7 "days" per week, or 7 "blocks" per row.
- Returns:
- A list of string titles for each row block (day)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.