1 #ifndef __RMOL_BOM_HISTORICALBOOKING_HPP
2 #define __RMOL_BOM_HISTORICALBOOKING_HPP
8 #include <stdair/stdair_basic_types.hpp>
9 #include <stdair/basic/StructAbstract.hpp>
23 return _numberOfBookings;
27 return _unconstrainedDemand;
39 _unconstrainedDemand = iDemand;
43 void setParameters (
const stdair::NbOfBookings_T,
const stdair::Flag_T);
52 void toStream (std::ostream& ioOut)
const;
89 stdair::NbOfBookings_T _numberOfBookings;
94 stdair::NbOfBookings_T _unconstrainedDemand;
102 #endif // __RMOL_BOM_HISTORICALBOOKING_HPP