#include <ContactInfoRsp.H>
Inheritance diagram for ContactInfoRsp:
Public Member Functions | |
ContactInfoRsp (bool reset=true) | |
Default constructor. | |
void | set_roid (const string &roid) |
Sets the repository object id. | |
void | insert_status (const string &status) |
Inserts a status to the object. | |
void | set_clID (const string &clID) |
Sets the client id. | |
void | set_crID (const string &crID) |
Sets the creator client id. | |
void | set_crDate (const string &crDate) |
Sets the creation date. | |
void | set_upID (const string &upID) |
Sets the last update client id. | |
void | set_upDate (const string &upDate) |
Sets the last update. | |
void | set_trDate (const string &trDate) |
Sets the last transfer date. | |
string | get_roid () |
Returns the repository object id. | |
set< string > | get_status_set () |
Returns the status list of the object. | |
string | get_clID () |
Returns the client id. | |
string | get_crID () |
Returns the creator client id. | |
string | get_crDate () |
Returns the creation date. | |
string | get_upID () |
Returns the last update client id. | |
string | get_upDate () |
Returns the last update. | |
string | get_trDate () |
Returns the last transfer date. | |
void | set_common_data (const CommonData &common) |
Sets the common data object. | |
CommonData | get_common_data () |
Returns the common data of the object. | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. | |
AuthInfo | get_authInfo () |
Returns authorization information. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _roid |
Repository id. | |
set< string > | _status_set |
Status list. | |
string | _clID |
Sponsoring client id. | |
string | _crID |
Creator client id. | |
string | _crDate |
Creation date and time. | |
string | _upID |
last client id that updated the object | |
string | _upDate |
Last modification date and time. | |
string | _trDate |
Last transfer date and time. | |
CommonData | _common |
Common data object. | |
AuthInfo | _authInfo |
authorization information |
|
Returns authorization information.
|
|
Returns the client id.
|
|
Returns the common data of the object.
|
|
Returns the creation date.
|
|
Returns the creator client id.
|
|
Returns the repository object id.
|
|
Returns the status list of the object.
|
|
Returns the last transfer date.
|
|
Returns the last update.
|
|
Returns the last update client id.
|
|
Inserts a status to the object.
|
|
Sets authorization information.
|
|
Sets the client id.
|
|
Sets the common data object.
|
|
Sets the creation date.
|
|
Sets the creator client id.
|
|
Sets the repository object id.
|
|
Sets the last transfer date.
|
|
Sets the last update.
|
|
Sets the last update client id.
|