1 #ifndef __STDAIR_BOM_FARETIMEPERIOD_HPP
2 #define __STDAIR_BOM_FARETIMEPERIOD_HPP
19 template <
typename BOM>
friend class FacBom;
Handle on the StdAir library context.
boost::posix_time::time_duration Time_T
std::map< const std::type_info *, BomAbstract * > HolderMap_T
Base class for the Business Object Model (BOM) layer.
Class representing the actual attributes for a fare time-period.
BomAbstract *const getParent() const
const Time_T & getTimeRangeStart() const
void toStream(std::ostream &ioOut) const
const HolderMap_T & getHolderMap() const
bool isDepartureTimeValid(const Time_T &) const
const std::string describeKey() const
const Time_T & getTimeRangeEnd() const
std::string toString() const
void fromStream(std::istream &ioIn)
const Key_T & getKey() const
const std::string toString() const
const Time_T & getTimeRangeEnd() const
const Time_T & getTimeRangeStart() const
Base class for Factory layer.
Utility class for linking StdAir-based objects.
Base class for Factory layer.