1 #ifndef __STDAIR_BOM_FLIGHTDATEKEY_HPP
2 #define __STDAIR_BOM_FLIGHTDATEKEY_HPP
17 namespace serialization {
64 return _departureDate;
75 void toStream (std::ostream& ioOut)
const;
101 template<
class Archive>
102 void serialize (Archive& ar,
const unsigned int iFileVersion);
109 void serialisationImplementationExport()
const;
110 void serialisationImplementationImport();
127 #endif // __STDAIR_BOM_FLIGHTDATEKEY_HPP
Base class for the keys of Business Object Model (BOM) layer.
Key of a given flight-date, made of a flight number and a departure date.
const FlightNumber_T & getFlightNumber() const
const Date_T & getDepartureDate() const
unsigned short FlightNumber_T
void fromStream(std::istream &ioIn)
boost::gregorian::date Date_T
const std::string toString() const
void serialize(Archive &ar, const unsigned int iFileVersion)
void toStream(std::ostream &ioOut) const
friend class boost::serialization::access