#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 |
|
Returns authorization information.
|
|
Returns the contact's id.
|
|
Sets authorization information.
|
|
Sets the contact's id.
|