1 #ifndef __STDAIR_BOM_BUCKET_HPP
2 #define __STDAIR_BOM_BUCKET_HPP
18 namespace serialization {
30 template <
typename BOM>
friend class FacBom;
138 template<
class Archive>
139 void serialize (Archive& ar,
const unsigned int iFileVersion);
146 void serialisationImplementationExport()
const;
147 void serialisationImplementationImport();
211 #endif // __STDAIR_BOM_BUCKET_HPP
void setSoldSeats(const NbOfSeats_T &iSoldSeats)
void serialize(Archive &ar, const unsigned int iFileVersion)
const HolderMap_T & getHolderMap() const
CabinCapacity_T _availability
const SeatIndex_T & getSeatIndex() const
Base class for Factory layer.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
void setAvailability(const CabinCapacity_T &iAvl)
const std::string toString() const
void toStream(std::ostream &ioOut) const
std::string toString() const
const CabinCapacity_T & getAvailability() const
friend class boost::serialization::access
Base class for the Business Object Model (BOM) layer.
Class representing the actual attributes for an airline booking class.
Base class for Factory layer.
Yield_T _yieldRangeUpperValue
const Key_T & getKey() const
const SeatIndex_T & getSeatIndex() const
const std::string describeKey() const
const NbOfSeats_T & getSoldSeats() const
Utility class for linking StdAir-based objects.
BomAbstract *const getParent() const
void setYieldRangeUpperValue(const Yield_T &iYield)
const Yield_T & getYieldRangeUpperValue() const
void fromStream(std::istream &ioIn)