com.ftlabs.fisa
Interface HolidaySchedule

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultHolidaySchedule

public interface HolidaySchedule
extends java.io.Serializable

This interface provides methods used to determine if a given date is a holiday as defined by each implementation.


Method Summary
 boolean isHoliday(java.util.Date date)
          Determines if the provided date is a holiday.
 

Method Detail

isHoliday

boolean isHoliday(java.util.Date date)
Determines if the provided date is a holiday.

Parameters:
date - Any date.
Returns:
true if the provided date is a holiday, otherwise false.