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