Key of the BOM structure root. More...
#include <stdair/bom/BomRootKey.hpp>
Public Member Functions | |
BomRootKey () | |
BomRootKey (const std::string &iIdentification) | |
BomRootKey (const BomRootKey &) | |
~BomRootKey () | |
const std::string & | getID () const |
void | toStream (std::ostream &ioOut) const |
void | fromStream (std::istream &ioIn) |
const std::string | toString () const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int iFileVersion) |
Friends | |
class | boost::serialization::access |
Key of the BOM structure root.
Definition at line 25 of file BomRootKey.hpp.
stdair::BomRootKey::BomRootKey | ( | ) |
Default constructor.
Definition at line 18 of file BomRootKey.cpp.
stdair::BomRootKey::BomRootKey | ( | const std::string & | iIdentification | ) |
Constructor.
Definition at line 28 of file BomRootKey.cpp.
stdair::BomRootKey::BomRootKey | ( | const BomRootKey & | iBomRootKey | ) |
Copy constructor.
Definition at line 23 of file BomRootKey.cpp.
stdair::BomRootKey::~BomRootKey | ( | ) |
Destructor.
Definition at line 33 of file BomRootKey.cpp.
|
inline |
Get the identification.
Definition at line 56 of file BomRootKey.hpp.
|
virtual |
Dump a Business Object Key into an output stream.
ostream& | the output stream. |
Reimplemented from stdair::KeyAbstract.
Definition at line 37 of file BomRootKey.cpp.
References toString().
|
virtual |
Read a Business Object Key from an input stream.
istream& | the input stream. |
Reimplemented from stdair::KeyAbstract.
Definition at line 42 of file BomRootKey.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 46 of file BomRootKey.cpp.
Referenced by stdair::BomRoot::describeKey(), toStream(), and stdair::BomRoot::toString().
void stdair::BomRootKey::serialize | ( | Archive & | ar, |
const unsigned int | iFileVersion | ||
) |
Serialisation.
Definition at line 68 of file BomRootKey.cpp.
|
friend |
Definition at line 26 of file BomRootKey.hpp.