org.kuali.kpme.core.calendar.web
Class CalendarDay

java.lang.Object
  extended by org.kuali.kpme.core.calendar.web.CalendarDay
All Implemented Interfaces:
CalendarDayContract
Direct Known Subclasses:
LeaveCalendarDay, TkCalendarDay

public abstract class CalendarDay
extends Object
implements CalendarDayContract


Constructor Summary
CalendarDay()
           
 
Method Summary
 String getDateString()
          The dateString the CalendarDay is associated with
 Boolean getDayEditable()
          The flag to indicate the CalendarDay is editable
 int getDayNumberDelta()
          The dayNumberDelta the CalendarDay is associated with
 String getDayNumberString()
          The dayNumberString the CalendarDay is associated with
 Boolean getGray()
          The flag to indicate the CalendarDay needs to be greyed out
 void setDateString(String dateString)
           
 void setDayEditable(Boolean dayEditable)
           
 void setDayNumberDelta(int dayNumberDelta)
           
 void setDayNumberString(String dayNumberString)
           
 void setGray(Boolean gray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarDay

public CalendarDay()
Method Detail

getDayNumberDelta

public int getDayNumberDelta()
Description copied from interface: CalendarDayContract
The dayNumberDelta the CalendarDay is associated with

dayNumberDelta of a CalendarDay

Specified by:
getDayNumberDelta in interface CalendarDayContract
Returns:
dayNumberDelta of CalendarDay

setDayNumberDelta

public void setDayNumberDelta(int dayNumberDelta)

getDayNumberString

public String getDayNumberString()
Description copied from interface: CalendarDayContract
The dayNumberString the CalendarDay is associated with

dayNumberString of a CalendarDay

Specified by:
getDayNumberString in interface CalendarDayContract
Returns:
dayNumberString of CalendarDay

setDayNumberString

public void setDayNumberString(String dayNumberString)

getGray

public Boolean getGray()
Description copied from interface: CalendarDayContract
The flag to indicate the CalendarDay needs to be greyed out

gray of a CalendarDay

Specified by:
getGray in interface CalendarDayContract
Returns:
Y if needs to be greyed out, N if not

setGray

public void setGray(Boolean gray)

getDateString

public String getDateString()
Description copied from interface: CalendarDayContract
The dateString the CalendarDay is associated with

dateString of a CalendarDay

Specified by:
getDateString in interface CalendarDayContract
Returns:
dateString of CalendarDay

setDateString

public void setDateString(String dateString)

getDayEditable

public Boolean getDayEditable()
Description copied from interface: CalendarDayContract
The flag to indicate the CalendarDay is editable

dayEditable of a CalendarDay

Specified by:
getDayEditable in interface CalendarDayContract
Returns:
Y if editable, N if not

setDayEditable

public void setDayEditable(Boolean dayEditable)


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.