org.kuali.kpme.tklm.leave.calendar.web
Class LeaveCalendarDay
java.lang.Object
org.kuali.kpme.core.calendar.web.CalendarDay
org.kuali.kpme.tklm.leave.calendar.web.LeaveCalendarDay
- All Implemented Interfaces:
- CalendarDayContract, LeaveCalendarDayContract
public class LeaveCalendarDay
- extends CalendarDay
- implements LeaveCalendarDayContract
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeaveCalendarDay
public LeaveCalendarDay()
getLeaveBlockRenderers
public List<LeaveBlockRenderer> getLeaveBlockRenderers()
- Description copied from interface:
LeaveCalendarDayContract
- The list of LeaveBlockRenderer objects associated with the LeaveCalendarDay
leaveBlockRenderers of a LeaveCalendarDay
- Specified by:
getLeaveBlockRenderers
in interface LeaveCalendarDayContract
- Returns:
- leaveBlockRenderers for LeaveCalendarDay
getLeaveBlocks
public List<LeaveBlock> getLeaveBlocks()
- Description copied from interface:
LeaveCalendarDayContract
- The list of LeaveBlock objects associated with the LeaveCalendarDay
leaveBlocks of a LeaveCalendarDay
- Specified by:
getLeaveBlocks
in interface LeaveCalendarDayContract
- Returns:
- leaveBlocks for LeaveCalendarDay
setLeaveBlocks
public void setLeaveBlocks(List<LeaveBlock> leaveBlocks)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.