#include <Command.H>
Inheritance diagram for Command:
Public Member Functions | |
Command (bool reset=true) | |
Default constructor. | |
void | reset () |
Reset object attributes. | |
~Command () | |
destructor | |
void | set_clTRID (const string &clTRID) |
Sets clTRID. | |
string | get_clTRID () |
Returns clTRID. | |
Protected Attributes | |
string | _clTRID |
Client Transaction ID. |
string Command::get_clTRID | ( | ) | [inline] |
Returns clTRID.
void Command::reset | ( | ) | [inline] |
Reset object attributes.
reset attributes
Reimplemented in BrDomainCheckCmd, BrDomainCreateCmd, BrDomainInfoCmd, BrDomainUpdateCmd, BrOrgCheckCmd, BrOrgCreateCmd, BrOrgInfoCmd, BrOrgUpdateCmd, ContactCheckCmd, ContactCreateCmd, ContactInfoCmd, ContactUpdateCmd, DomainCheckCmd, DomainCreateCmd, DomainInfoCmd, DomainRenewCmd, DomainUpdateCmd, LoginCmd, and PollCmd.
void Command::set_clTRID | ( | const string & | clTRID | ) | [inline] |
Sets clTRID.
clTRID | clTRID attribute |