#include <ContactUpdateCmd.H>
Inheritance diagram for ContactUpdateCmd:
Public Member Functions | |
ContactUpdateCmd (bool reset=true) | |
Default constructor. | |
void | insert_status_list_add (const string &status_add) |
Inserts a status to the object. | |
void | insert_status_list_rem (const string &status_rem) |
Removes a status from the object. | |
set< string > | get_status_list_add () |
Returns the list of status to be added to the object. | |
set< string > | get_status_list_rem () |
Returns the list of status to be removed from the object. | |
void | set_common_data (const CommonData &common) |
Sets the common data object. | |
CommonData | get_common_data () |
Returns the common data object. | |
void | reset () |
Resets the data in the object. | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. | |
AuthInfo | get_authInfo () |
Returns authorization information. | |
Protected Attributes | |
set< string > | _status_list_add |
Status List to be added to the object. | |
set< string > | _status_list_rem |
Status list to be removed to the object. | |
CommonData | _common |
Common data object. | |
AuthInfo | _authInfo |
authorization information |
|
Returns authorization information.
|
|
Returns the common data object.
|
|
Returns the list of status to be added to the object.
|
|
Returns the list of status to be removed from the object.
|
|
Inserts a status to the object.
|
|
Removes a status from the object.
|
|
Sets authorization information.
|
|
Sets the common data object.
|