#include <PollRsp.H>
Inheritance diagram for PollRsp:
Public Member Functions | |
PollRsp (bool reset=true) | |
Default constructor. | |
void | set_count (const string &count) |
Sets the message count. | |
void | set_id (const string &id) |
Sets the message id. | |
void | set_qDate (const string &qDate) |
Sets the message date. | |
void | set_lang (const string &lang) |
Sets the language of the message. | |
void | set_text (const string &text) |
Sets the message text. | |
void | set_content (const map< string, MsgContent, less< string > > &content) |
Sets the msg content. | |
void | set_response (Response *resp, const ActionType type) |
Sets the specific response inside the poll response. | |
string | get_count () |
Returns the message count. | |
string | get_id () |
Returns the message id. | |
string | get_qDate () |
Returns the message date. | |
string | get_lang () |
Returns the message language. | |
string | get_text () |
Returns the message text. | |
map< string, MsgContent, less< string > > | get_content () |
Returns the msg content. | |
ActionType | get_response_type () |
Returns the response type of the specific response. | |
Response * | get_response () |
Returns the specific response inside the poll response. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _count |
Counter. | |
string | _id |
Contact id. | |
string | _qDate |
Date when the message entered in the queue. | |
string | _lang |
Language msg. | |
string | _text |
Text msg. | |
map< string, MsgContent, less< string > > | _content |
Message content. | |
ActionType | _type |
Response type. | |
auto_ptr< Response > | _response |
Response (resData element). | |
Classes | |
struct | MsgContent |
|
Returns the msg content.
|
|
Returns the message count.
|
|
Returns the message id.
|
|
Returns the message language.
|
|
Returns the message date.
|
|
Returns the specific response inside the poll response.
|
|
Returns the response type of the specific response.
|
|
Returns the message text.
|
|
Sets the msg content.
|
|
Sets the message count.
|
|
Sets the message id.
|
|
Sets the language of the message.
|
|
Sets the message date.
|
|
Sets the specific response inside the poll response.
|
|
Sets the message text.
|