#include <BrOrgPanDataRsp.H>
Inheritance diagram for BrOrgPanDataRsp:
Public Member Functions | |
BrOrgPanDataRsp (bool reset=true) | |
Constructor. | |
void | copy_parent_data (PanDataRsp &parent) |
Copies data from the parent. | |
void | set_organization (const string &organization) |
Sets the organization. | |
void | set_reason (const string &reason) |
Sets the reason. | |
void | set_reason_lang (const string &reason_lang) |
Sets the reason language. | |
string | get_organization () |
Returns the organization. | |
string | get_reason () |
Returns the reason. | |
string | get_reason_lang () |
Returns the reason language. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _organization |
organization identifier | |
string | _reason |
reason for the denial or approval of the pending action | |
string | _reason_lang |
language of reason |
|
Returns the organization.
|
|
Returns the reason.
|
|
Returns the reason language.
|
|
Sets the organization.
|
|
Sets the reason.
|
|
Sets the reason language.
|