#include <ContactCreateCmd.H>
Inheritance diagram for ContactCreateCmd:
Public Member Functions | |
ContactCreateCmd (bool reset=true) | |
Default constructor. | |
void | set_common_data (const CommonData &common) |
Sets the common data object. | |
CommonData | get_common_data () |
Returns a common data object raw pointer. | |
void | reset () |
Resets object attributes. | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. | |
AuthInfo | get_authInfo () |
Returns authorization information. | |
Protected Attributes | |
CommonData | _common |
Common data object. | |
AuthInfo | _authInfo |
authorization information |
|
Returns authorization information.
|
|
Returns a common data object raw pointer.
|
|
Sets authorization information.
|
|
Sets the common data object.
|