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();
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
Base class for the Business Object Model (BOM) layer.
Class representing the actual attributes for an airline booking class.
BomAbstract *const getParent() const
std::string toString() const
const std::string describeKey() const
void fromStream(std::istream &ioIn)
const Yield_T & getYieldRangeUpperValue() const
const SeatIndex_T & getSeatIndex() const
void setSoldSeats(const NbOfSeats_T &iSoldSeats)
const HolderMap_T & getHolderMap() const
void setYieldRangeUpperValue(const Yield_T &iYield)
const CabinCapacity_T & getAvailability() const
const NbOfSeats_T & getSoldSeats() const
const Key_T & getKey() const
void toStream(std::ostream &ioOut) const
CabinCapacity_T _availability
Yield_T _yieldRangeUpperValue
void setAvailability(const CabinCapacity_T &iAvl)
friend class boost::serialization::access
void serialize(Archive &ar, const unsigned int iFileVersion)
const SeatIndex_T & getSeatIndex() const
const std::string toString() const
Base class for Factory layer.
Utility class for linking StdAir-based objects.
Base class for Factory layer.