#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 |
AuthInfo ContactInfoRsp::get_authInfo | ( | ) | [inline] |
Returns authorization information.
string ContactInfoRsp::get_clID | ( | ) | [inline] |
Returns the client id.
CommonData ContactInfoRsp::get_common_data | ( | ) | [inline] |
Returns the common data of the object.
string ContactInfoRsp::get_crDate | ( | ) | [inline] |
Returns the creation date.
string ContactInfoRsp::get_crID | ( | ) | [inline] |
Returns the creator client id.
string ContactInfoRsp::get_roid | ( | ) | [inline] |
Returns the repository object id.
set<string> ContactInfoRsp::get_status_set | ( | ) | [inline] |
Returns the status list of the object.
string ContactInfoRsp::get_trDate | ( | ) | [inline] |
Returns the last transfer date.
string ContactInfoRsp::get_upDate | ( | ) | [inline] |
Returns the last update.
string ContactInfoRsp::get_upID | ( | ) | [inline] |
Returns the last update client id.
void ContactInfoRsp::insert_status | ( | const string & | status | ) | [inline] |
Inserts a status to the object.
status | of contact object |
void ContactInfoRsp::set_authInfo | ( | const AuthInfo & | authInfo | ) | [inline] |
Sets authorization information.
authInfo | domain authorization information |
void ContactInfoRsp::set_clID | ( | const string & | clID | ) | [inline] |
Sets the client id.
clID | sponsoring client id |
void ContactInfoRsp::set_common_data | ( | const CommonData & | common | ) | [inline] |
Sets the common data object.
common | common data object |
void ContactInfoRsp::set_crDate | ( | const string & | crDate | ) | [inline] |
Sets the creation date.
crDate | creation date and time |
void ContactInfoRsp::set_crID | ( | const string & | crID | ) | [inline] |
Sets the creator client id.
crID | creator client id |
void ContactInfoRsp::set_roid | ( | const string & | roid | ) | [inline] |
Sets the repository object id.
roid | repository object id |
void ContactInfoRsp::set_trDate | ( | const string & | trDate | ) | [inline] |
Sets the last transfer date.
trDate | most recent date and time object transfer |
void ContactInfoRsp::set_upDate | ( | const string & | upDate | ) | [inline] |
Sets the last update.
upDate | most recent date and time object modification |
void ContactInfoRsp::set_upID | ( | const string & | upID | ) | [inline] |
Sets the last update client id.
upID | client id that last updated the object |