#include <stdair/bom/EventQueueKey.hpp>
Public Member Functions | |
EventQueueKey (const EventQueueID_T &) | |
EventQueueKey (const EventQueueKey &) | |
~EventQueueKey () | |
const EventQueueID_T & | getEventQueueID () const |
void | toStream (std::ostream &ioOut) const |
void | fromStream (std::istream &ioIn) |
const std::string | toString () const |
Key of eventqueue.
Definition at line 15 of file EventQueueKey.hpp.
stdair::EventQueueKey::EventQueueKey | ( | const EventQueueID_T & | iEventQueueID | ) |
Constructors.
Definition at line 12 of file EventQueueKey.cpp.
stdair::EventQueueKey::EventQueueKey | ( | const EventQueueKey & | iKey | ) |
Definition at line 16 of file EventQueueKey.cpp.
stdair::EventQueueKey::~EventQueueKey | ( | ) |
Destructor.
Definition at line 21 of file EventQueueKey.cpp.
|
inline |
Get the ID of the EventQueue object.
Definition at line 31 of file EventQueueKey.hpp.
|
virtual |
Dump a Business Object Key into an output stream.
ostream& | the output stream. |
Reimplemented from stdair::KeyAbstract.
Definition at line 25 of file EventQueueKey.cpp.
References toString().
|
virtual |
Read a Business Object Key from an input stream.
istream& | the input stream. |
Reimplemented from stdair::KeyAbstract.
Definition at line 30 of file EventQueueKey.cpp.
|
virtual |
Get the serialised version of the Business Object Key.
That string is unique, at the level of a given Business Object, when among children of a given parent Business Object.
For instance, "H" and "K" allow to differentiate among two marketing classes for the same segment-date.
Reimplemented from stdair::KeyAbstract.
Definition at line 34 of file EventQueueKey.cpp.
Referenced by stdair::EventQueue::describeKey(), and toStream().