1.00.8
C++ Standard Airline IT Object Library
|
|
Go to the documentation of this file. 1 #ifndef __STDAIR_BOM_FAREFEATURES_HPP
2 #define __STDAIR_BOM_FAREFEATURES_HPP
19 template <
typename BOM>
friend class FacBom;
190 #endif // __STDAIR_BOM_FAREFEATURES_HPP
BomAbstract *const getParent() const
bool isTripTypeValid(const TripType_T &) const
bool isAdvancePurchaseValid(const DateTime_T &iBookingRequestDateTime, const DateTime_T &iFlightDateTime) const
const ChangeFees_T & getChangeFees() const
const NonRefundable_T & getRefundableOption() const
bool isStayDurationValid(const DayDuration_T &) const
const SaturdayStay_T & getSaturdayStay() const
const DayDuration_T & getMinimumStay() const
Base class for Factory layer.
const HolderMap_T & getHolderMap() const
Base class for the Business Object Model (BOM) layer.
const NonRefundable_T & getRefundableOption() const
void toStream(std::ostream &ioOut) const
std::string toString() const
Handle on the StdAir library context.
std::map< const std::type_info *, BomAbstract * > HolderMap_T
const TripType_T & getTripType() const
boost::posix_time::ptime DateTime_T
const ChangeFees_T & getChangeFees() const
const DayDuration_T & getMinimumStay() const
const std::string toString() const
const SaturdayStay_T & getSaturdayStay() const
const DayDuration_T & getAdvancePurchase() const
const TripType_T & getTripType() const
const std::string describeKey() const
const Key_T & getKey() const
Utility class for linking StdAir-based objects.
Class representing the actual attributes for a fare date-period.
Base class for Factory layer.
const DayDuration_T & getAdvancePurchase() const
void fromStream(std::istream &ioIn)