#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. |
|
Returns clTRID.
|
|
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. |
|
Sets clTRID.
|