to.etc.domui.component.agenda
Interface ScheduleHoliday

All Known Implementing Classes:
BasicScheduleHoliday

public interface ScheduleHoliday

A single holiday

Author:
Frits Jalvingh Created on Jun 27, 2007

Method Summary
 java.util.Date getDate()
          The day the holiday occurs on
 java.lang.String getHolidayName(java.util.Locale loc)
          A short name for the holyday
 java.lang.String getImageURL()
          An URL to an image describing this holiday
 

Method Detail

getDate

java.util.Date getDate()
The day the holiday occurs on


getHolidayName

java.lang.String getHolidayName(java.util.Locale loc)
A short name for the holyday


getImageURL

java.lang.String getImageURL()
An URL to an image describing this holiday