#include <PanDataRsp.H>
Inheritance diagram for PanDataRsp:
Public Member Functions | |
PanDataRsp (bool reset=true) | |
Constructor. | |
void | set_object_id (const string &object_id) |
Sets the object id. | |
string | get_object_id () |
Returns the object id. | |
void | set_paResult (bool paResult) |
Sets the Pending Action Result. | |
bool | get_paResult () |
Returns the Pending Action Result. | |
void | set_paDate (const string &paDate) |
Sets the paDate. | |
string | get_paDate () |
Returns the paDate. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _object_id |
object id: either Domain Name or Contact Id | |
bool | _paResult |
Pending Action Result. | |
string | _paDate |
Pending Action Review Date. |
string PanDataRsp::get_object_id | ( | ) | [inline] |
Returns the object id.
string PanDataRsp::get_paDate | ( | ) | [inline] |
bool PanDataRsp::get_paResult | ( | ) | [inline] |
void PanDataRsp::set_object_id | ( | const string & | object_id | ) | [inline] |
Sets the object id.
object_id | object id |
void PanDataRsp::set_paDate | ( | const string & | paDate | ) | [inline] |
void PanDataRsp::set_paResult | ( | bool | paResult | ) | [inline] |