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