1 #ifndef __STDAIR_BOM_FLIGHTDATE_HPP
2 #define __STDAIR_BOM_FLIGHTDATE_HPP
18 namespace serialization {
35 struct SegmentDateKey;
43 template <
typename BOM>
friend class FacBom;
180 template<
class Archive>
181 void serialize (Archive& ar,
const unsigned int iFileVersion);
191 void serialisationImplementationExport()
const;
192 void serialisationImplementationImport();
238 #endif // __STDAIR_BOM_FLIGHTDATE_HPP
const std::string toString() const
Class representing the actual attributes for an airline segment-date.
Class representing the actual attributes for an airline flight-date.
void toStream(std::ostream &ioOut) const
SegmentDate * getSegmentDate(const std::string &iSegmentDateKeyStr) const
Base class for Factory layer.
BomAbstract *const getParent() const
std::string toString() const
const FlightNumber_T & getFlightNumber() const
Base class for the Business Object Model (BOM) layer.
const FlightNumber_T & getFlightNumber() const
std::string AirlineCode_T
const Key_T & getKey() const
Utility class for linking StdAir-based objects.
boost::gregorian::date Date_T
const Date_T & getDepartureDate() const
std::map< const std::type_info *, BomAbstract * > HolderMap_T
void serialize(Archive &ar, const unsigned int iFileVersion)
LegDate * getLegDate(const std::string &iLegDateKeyStr) const
Key of a given flight-date, made of a flight number and a departure date.
unsigned short FlightNumber_T
const Date_T & getDepartureDate() const
Key of a given segment-date, made of an origin and a destination airports.
const std::string describeKey() const
Base class for Factory layer.
void fromStream(std::istream &ioIn)
friend class boost::serialization::access
const HolderMap_T & getHolderMap() const
const AirlineCode_T & getAirlineCode() const