Class representing the actual attributes for a fare date-period. More...
#include <stdair/bom/DatePeriod.hpp>
Public Types | |
typedef DatePeriodKey | Key_T |
Public Member Functions | |
void | toStream (std::ostream &ioOut) const |
void | fromStream (std::istream &ioIn) |
std::string | toString () const |
const std::string | describeKey () const |
const Key_T & | getKey () const |
BomAbstract *const | getParent () const |
const HolderMap_T & | getHolderMap () const |
const DatePeriod_T & | getDatePeriod () const |
bool | isDepartureDateValid (const Date_T &) const |
Protected Member Functions | |
DatePeriod (const Key_T &) | |
virtual | ~DatePeriod () |
Protected Attributes | |
Key_T | _key |
BomAbstract * | _parent |
HolderMap_T | _holderMap |
Friends | |
class | FacBom |
class | FacCloneBom |
class | FacBomManager |
Class representing the actual attributes for a fare date-period.
Definition at line 18 of file DatePeriod.hpp.
Definition allowing to retrieve the associated BOM key type.
Definition at line 28 of file DatePeriod.hpp.
|
protected |
Main constructor.
Definition at line 27 of file DatePeriod.cpp.
|
protectedvirtual |
Destructor.
Definition at line 32 of file DatePeriod.cpp.
|
inlinevirtual |
Dump a Business Object into an output stream.
ostream& | the output stream. |
Implements stdair::BomAbstract.
Definition at line 37 of file DatePeriod.hpp.
References toString().
|
inlinevirtual |
Read a Business Object from an input stream.
istream& | the input stream. |
Implements stdair::BomAbstract.
Definition at line 46 of file DatePeriod.hpp.
|
virtual |
Get the serialised version of the Business Object.
Implements stdair::BomAbstract.
Definition at line 36 of file DatePeriod.cpp.
References describeKey().
Referenced by toStream().
|
inline |
Get a string describing the key.
Definition at line 57 of file DatePeriod.hpp.
References _key, and stdair::DatePeriodKey::toString().
Referenced by toString().
|
inline |
|
inline |
Get a reference on the parent object instance.
Definition at line 73 of file DatePeriod.hpp.
References _parent.
|
inline |
Get a reference on the children holder.
Definition at line 80 of file DatePeriod.hpp.
References _holderMap.
|
inline |
Get the date period.
Definition at line 87 of file DatePeriod.hpp.
References _key, and stdair::DatePeriodKey::getDatePeriod().
Referenced by isDepartureDateValid().
bool stdair::DatePeriod::isDepartureDateValid | ( | const Date_T & | iFlightDate | ) | const |
Check if the given departure date is included in the departure period of the segment path.
Definition at line 44 of file DatePeriod.cpp.
References getDatePeriod().
Referenced by stdair::BomRetriever::retrieveDatePeriodListFromKey().
|
friend |
Definition at line 19 of file DatePeriod.hpp.
|
friend |
Definition at line 20 of file DatePeriod.hpp.
|
friend |
Definition at line 21 of file DatePeriod.hpp.
|
protected |
Primary key (date period).
Definition at line 126 of file DatePeriod.hpp.
Referenced by describeKey(), getDatePeriod(), and getKey().
|
protected |
Pointer on the parent class.
Definition at line 131 of file DatePeriod.hpp.
Referenced by getParent().
|
protected |
Map holding the children.
Definition at line 136 of file DatePeriod.hpp.
Referenced by getHolderMap().