1#ifndef __STDAIR_BOM_FLIGHTPERIOD_HPP
2#define __STDAIR_BOM_FLIGHTPERIOD_HPP
16 template <
typename BOM>
friend class FacBom;
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
unsigned short FlightNumber_T
Base class for the Business Object Model (BOM) layer.
const Key_T & getKey() const
const HolderMap_T & getHolderMap() const
std::string toString() const
const FlightNumber_T & getFlightNumber() const
const PeriodStruct & getPeriod() const
void toStream(std::ostream &ioOut) const
const std::string describeKey() const
void fromStream(std::istream &ioIn)
BomAbstract *const getParent() const
const FlightNumber_T & getFlightNumber() const
const PeriodStruct & getPeriod() const
const std::string toString() const
Base class for Factory layer.
Utility class for linking StdAir-based objects.
Base class for Factory layer.