1 #ifndef __STDAIR_BOM_BOOKINGCLASS_HPP
2 #define __STDAIR_BOM_BOOKINGCLASS_HPP
25 template <
typename BOM>
friend class FacBom;
Handle on the StdAir library context.
unsigned short SubclassCode_T
unsigned long int RandomSeed_T
NbOfRequests_T NbOfBookings_T
unsigned int NbOfSamples_T
std::map< const std::type_info *, BomAbstract * > HolderMap_T
NbOfRequests_T NbOfCancellations_T
double AuthorizationLevel_T
std::vector< double > GeneratedDemandVector_T
Base class for the Business Object Model (BOM) layer.
StdDevValue_T _priceDemStdDev
MeanValue_T _priceDemMean
SubclassCode_T _subclassCode
void setProtection(const ProtectionLevel_T &iPL)
void setStdDev(const StdDevValue_T &iStdDev)
const StdDevValue_T & getStdDev() const
const NbOfBookings_T & getNbOfGroupBookings() const
const ProtectionLevel_T & getCumulatedProtection() const
const StdDevValue_T & getProductDemStdDev() const
const ClassCode_T & getClassCode() const
const NbOfSeats_T & getNegotiatedSpace() const
void setMean(const MeanValue_T &iMean)
const Yield_T & getYield() const
void setPriceDemMean(const MeanValue_T &iMean)
void setCumulatedProtection(const ProtectionLevel_T &iPL)
void setAuthorizationLevel(const AuthorizationLevel_T &iAU)
void setCumuPriceDemMean(const MeanValue_T &iMean)
const NbOfBookings_T & getNbOfPendingGroupBookings() const
const StdDevValue_T & getPriceDemStdDev() const
void generateDemandSamples(const NbOfSamples_T &)
NbOfBookings_T _nbOfBookings
const StdDevValue_T & getCumuPriceDemStdDev() const
const OverbookingRate_T & getCancellationPercentage() const
const AuthorizationLevel_T & getAuthorizationLevel() const
void toStream(std::ostream &ioOut) const
const MeanValue_T & getMean() const
ProtectionLevel_T _cumulatedProtection
void fromStream(std::istream &ioIn)
const MeanValue_T & getProductDemMean() const
const OverbookingRate_T & getNoShowPercentage() const
const Yield_T & getAdjustedYield() const
ProtectionLevel_T _protection
NbOfCancellations_T _nbOfCancellations
OverbookingRate_T _cancellationPercentage
NbOfBookings_T _wlNbOfBookings
void setProductDemStdDev(const StdDevValue_T &iStdDev)
Availability_T _netClassAvailability
const MeanValue_T & getCumuPriceDemMean() const
void setCumulatedBookingLimit(const BookingLimit_T &iBL)
const NbOfBookings_T & getETB() const
MeanValue_T _productDemMean
OverbookingRate_T _noShowPercentage
NbOfBookings_T _groupNbOfBookings
const Availability_T & getSegmentAvailability() const
void setProductDemMean(const MeanValue_T &iMean)
void setPriceDemStdDev(const StdDevValue_T &iStdDev)
const HolderMap_T & getHolderMap() const
void cancel(const NbOfBookings_T &)
const ProtectionLevel_T & getProtection() const
Availability_T _segmentAvailability
const MeanValue_T & getPriceDemMean() const
GeneratedDemandVector_T _generatedDemandVector
const NbOfBookings_T & getNbOfWLBookings() const
const Key_T & getKey() const
void setSegmentAvailability(const Availability_T &iAvl)
MeanValue_T _cumuPriceDemMean
const NbOfBookings_T & getNbOfBookings() const
BomAbstract *const getParent() const
std::string toString() const
void setYield(const Yield_T &iYield)
const Availability_T & getNetClassAvailability() const
BookingLimit_T _cumulatedBookingLimit
StdDevValue_T _productDemStdDev
NbOfBookings_T _staffNbOfBookings
NbOfBookings_T _groupPendingNbOfBookings
const Availability_T & getNetRevenueAvailability() const
Availability_T _netRevenueAvailability
void sell(const NbOfBookings_T &)
StdDevValue_T _cumuPriceDemStdDev
const GeneratedDemandVector_T & getGeneratedDemandVector() const
const NbOfBookings_T & getNbOfStaffBookings() const
const SubclassCode_T & getSubclassCode() const
void setCumuPriceDemStdDev(const StdDevValue_T &iStdDev)
void setAdjustedYield(const Yield_T &iYield)
const std::string describeKey() const
const NbOfCancellations_T & getNbOfCancellations() const
const BookingLimit_T & getCumulatedBookingLimit() const
const ClassCode_T & getClassCode() const
const std::string toString() const
Base class for Factory layer.
Utility class for linking StdAir-based objects.
Base class for Factory layer.