#include <ContactCreateRsp.H>
Inheritance diagram for ContactCreateRsp:
Public Member Functions | |
ContactCreateRsp (bool reset=true) | |
Default constructor. | |
void | set_id (const string &id) |
Sets the contact's id. | |
void | set_crDate (const string &crDate) |
Sets the contact's creation date. | |
string | get_id () |
Returns the contact's id. | |
string | get_crDate () |
Returns the contact's creation date. | |
void | reset () |
Resets object attributes. | |
Protected Attributes | |
string | _id |
Contact id. | |
string | _crDate |
Date and Time of contact creation. |
string ContactCreateRsp::get_crDate | ( | ) | [inline] |
Returns the contact's creation date.
string ContactCreateRsp::get_id | ( | ) | [inline] |
Returns the contact's id.
void ContactCreateRsp::set_crDate | ( | const string & | crDate | ) | [inline] |
Sets the contact's creation date.
crDate | contact creation date |
void ContactCreateRsp::set_id | ( | const string & | id | ) | [inline] |
Sets the contact's id.
id | contact id |