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