org.kuali.kpme.tklm.leave.calendar.web
Class LeaveCalendarDay

java.lang.Object
  extended by org.kuali.kpme.core.calendar.web.CalendarDay
      extended by org.kuali.kpme.tklm.leave.calendar.web.LeaveCalendarDay
All Implemented Interfaces:
CalendarDayContract, LeaveCalendarDayContract

public class LeaveCalendarDay
extends CalendarDay
implements LeaveCalendarDayContract


Constructor Summary
LeaveCalendarDay()
           
 
Method Summary
 List<LeaveBlockRenderer> getLeaveBlockRenderers()
          The list of LeaveBlockRenderer objects associated with the LeaveCalendarDay
 List<LeaveBlock> getLeaveBlocks()
          The list of LeaveBlock objects associated with the LeaveCalendarDay
 void setLeaveBlocks(List<LeaveBlock> leaveBlocks)
           
 
Methods inherited from class org.kuali.kpme.core.calendar.web.CalendarDay
getDateString, getDayEditable, getDayNumberDelta, getDayNumberString, getGray, setDateString, setDayEditable, setDayNumberDelta, setDayNumberString, setGray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.kpme.core.api.calendar.web.CalendarDayContract
getDateString, getDayEditable, getDayNumberDelta, getDayNumberString, getGray
 

Constructor Detail

LeaveCalendarDay

public LeaveCalendarDay()
Method Detail

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.