#include <ContactInfoCmd.H>
Inheritance diagram for ContactInfoCmd:
Public Member Functions | |
ContactInfoCmd (bool reset=true) | |
Default constructor. | |
void | set_id (const string &id) |
Sets the contact's id. | |
string | get_id () |
Returns the contact's id. | |
void | reset () |
reset attributes | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. | |
AuthInfo | get_authInfo () |
Returns authorization information. | |
Protected Attributes | |
string | _id |
Contact id. | |
AuthInfo | _authInfo |
authorization information |
AuthInfo ContactInfoCmd::get_authInfo | ( | ) | [inline] |
Returns authorization information.
string ContactInfoCmd::get_id | ( | ) | [inline] |
Returns the contact's id.
void ContactInfoCmd::set_authInfo | ( | const AuthInfo & | authInfo | ) | [inline] |
Sets authorization information.
authInfo | domain authorization information |
void ContactInfoCmd::set_id | ( | const string & | id | ) | [inline] |
Sets the contact's id.
id | contact id |