#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. |
|
Returns the contact's creation date.
|
|
Returns the contact's id.
|
|
Sets the contact's creation date.
|
|
Sets the contact's id.
|