1#ifndef __STDAIR_BOM_DATEPERIOD_HPP
2#define __STDAIR_BOM_DATEPERIOD_HPP
19 template <
typename BOM>
friend class FacBom;
58 return _key.toString();
88 return _key.getDatePeriod();
Handle on the StdAir library context.
boost::gregorian::date Date_T
std::map< const std::type_info *, BomAbstract * > HolderMap_T
boost::gregorian::date_period DatePeriod_T
Class representing the actual attributes for a fare date-period.
DatePeriod(const Key_T &)
bool isDepartureDateValid(const Date_T &) const
const Key_T & getKey() const
const std::string describeKey() const
void fromStream(std::istream &ioIn)
BomAbstract *const getParent() const
void toStream(std::ostream &ioOut) const
std::string toString() const
friend class FacBomManager
const HolderMap_T & getHolderMap() const
const DatePeriod_T & getDatePeriod() const