Class representing the actual attributes for a fare point of sale. More...
#include <stdair/bom/PosChannel.hpp>
Inheritance diagram for stdair::PosChannel:Public Types | |
| typedef PosChannelKey | 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 stdair::HolderMap_T & | getHolderMap () const |
| const CityCode_T & | getPos () const |
| const ChannelLabel_T & | getChannel () const |
Protected Member Functions | |
| PosChannel (const Key_T &) | |
| virtual | ~PosChannel () |
Protected Attributes | |
| Key_T | _key |
| BomAbstract * | _parent |
| HolderMap_T | _holderMap |
Friends | |
| class | FacBom |
| class | FacBomManager |
Class representing the actual attributes for a fare point of sale.
Definition at line 19 of file PosChannel.hpp.
Definition allowing to retrieve the associated BOM key type.
Definition at line 28 of file PosChannel.hpp.
| stdair::PosChannel::PosChannel | ( | const Key_T & | iKey | ) | [protected] |
Main constructor.
Definition at line 29 of file PosChannel.cpp.
| stdair::PosChannel::~PosChannel | ( | ) | [protected, virtual] |
Destructor.
Definition at line 34 of file PosChannel.cpp.
| void stdair::PosChannel::toStream | ( | std::ostream & | ioOut | ) | const [inline, virtual] |
Dump a Business Object into an output stream.
| ostream& | the output stream. |
Implements stdair::BomAbstract.
Definition at line 37 of file PosChannel.hpp.
References toString().
| void stdair::PosChannel::fromStream | ( | std::istream & | ioIn | ) | [inline, virtual] |
Read a Business Object from an input stream.
| istream& | the input stream. |
Implements stdair::BomAbstract.
Definition at line 46 of file PosChannel.hpp.
| std::string stdair::PosChannel::toString | ( | ) | const [virtual] |
Get the serialised version of the Business Object.
Implements stdair::BomAbstract.
Definition at line 38 of file PosChannel.cpp.
References describeKey().
Referenced by toStream().
| const std::string stdair::PosChannel::describeKey | ( | ) | const [inline] |
Get a string describing the key.
Definition at line 57 of file PosChannel.hpp.
References _key, and stdair::PosChannelKey::toString().
Referenced by toString().
| const Key_T& stdair::PosChannel::getKey | ( | ) | const [inline] |
| BomAbstract* const stdair::PosChannel::getParent | ( | ) | const [inline] |
Get a reference on the parent object instance.
Definition at line 73 of file PosChannel.hpp.
References _parent.
| const stdair::HolderMap_T& stdair::PosChannel::getHolderMap | ( | ) | const [inline] |
Get a reference on the children holder.
Definition at line 80 of file PosChannel.hpp.
References _holderMap.
| const CityCode_T& stdair::PosChannel::getPos | ( | ) | const [inline] |
Get the point-of-sale.
Definition at line 87 of file PosChannel.hpp.
References _key, and stdair::PosChannelKey::getPos().
| const ChannelLabel_T& stdair::PosChannel::getChannel | ( | ) | const [inline] |
Get the channel.
Definition at line 94 of file PosChannel.hpp.
References _key, and stdair::PosChannelKey::getChannel().
friend class FacBom [friend] |
Definition at line 20 of file PosChannel.hpp.
friend class FacBomManager [friend] |
Definition at line 21 of file PosChannel.hpp.
Key_T stdair::PosChannel::_key [protected] |
Primary key (flight number and departure date).
Definition at line 126 of file PosChannel.hpp.
Referenced by describeKey(), getChannel(), getKey(), and getPos().
BomAbstract* stdair::PosChannel::_parent [protected] |
Pointer on the parent class.
Definition at line 131 of file PosChannel.hpp.
Referenced by getParent().
HolderMap_T stdair::PosChannel::_holderMap [protected] |
Map holding the children.
Definition at line 136 of file PosChannel.hpp.
Referenced by getHolderMap().