com::ftlabs::fisa::HolidaySchedule Class Reference

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

#include <HolidaySchedule.h>

Inheritance diagram for com::ftlabs::fisa::HolidaySchedule:

com::ftlabs::fisa::DefaultHolidaySchedule List of all members.

Public Member Functions

virtual bool isHoliday (const FISADate &date) const =0
 Determines if the provided date is a holiday.

Protected Member Functions

 HolidaySchedule (void)
 ~HolidaySchedule (void)

Detailed Description

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


Constructor & Destructor Documentation

com::ftlabs::fisa::HolidaySchedule::HolidaySchedule ( void   )  [inline, protected]

com::ftlabs::fisa::HolidaySchedule::~HolidaySchedule ( void   )  [inline, protected]


Member Function Documentation

virtual bool com::ftlabs::fisa::HolidaySchedule::isHoliday ( const FISADate date  )  const [pure virtual]

Determines if the provided date is a holiday.

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

Implemented in com::ftlabs::fisa::DefaultHolidaySchedule.


The documentation for this class was generated from the following file:
Generated on Tue Feb 5 03:50:27 2008 for FTLabs FISA (c++) by  doxygen 1.5.2