15 PosChannel::PosChannel()
23 PosChannel::PosChannel (
const PosChannel& iPosChannel)
24 : _key (iPosChannel.getKey()), _parent (NULL) {
28 PosChannel::PosChannel (
const Key_T& iKey)
29 : _key (iKey), _parent (NULL) {
38 std::ostringstream oStr;
std::string toString() const
const CityCode_T DEFAULT_POS
const ChannelLabel_T DEFAULT_CHANNEL
Key of point of sale and channel.
const std::string describeKey() const