#include <BrDomainCreateCmd.H>
Public Member Functions | |
BrDomainCreateCmd (bool reset=true) | |
Default constructor. | |
void | set_organization (const string &organization) |
Sets organization attribute. | |
string | get_organization () const |
Returns organization attribute. | |
void | set_releaseProcessFlags (const struct ReleaseProcessFlags &rpf) |
Sets the Release Process Flags. | |
struct ReleaseProcessFlags | get_releaseProcessFlags () const |
Returns the Release Process Flags. | |
void | set_auto_renew (const int auto_renew) |
Actives/Inactives domain auto renewal. | |
int | get_auto_renew () const |
Return if the domain is with or without auto renewal. | |
void | reset () |
Reset object attributes. | |
void | set_active (const int active) |
Sets active attribute (***DEPRECATED***). | |
int | get_active () const |
Returns active attribute (***DEPRECATED***). | |
Protected Attributes | |
string | _organization |
organization | |
struct ReleaseProcessFlags | _releaseProcessFlags |
release process flags | |
int | _auto_renew |
domain auto renewal flag |
int BrDomainCreateCmd::get_active | ( | ) | const [inline] |
int BrDomainCreateCmd::get_auto_renew | ( | ) | const [inline] |
Return if the domain is with or without auto renewal.
References _auto_renew.
Referenced by get_active().
string BrDomainCreateCmd::get_organization | ( | ) | const [inline] |
struct ReleaseProcessFlags BrDomainCreateCmd::get_releaseProcessFlags | ( | ) | const [inline, read] |
void BrDomainCreateCmd::set_active | ( | const int | active | ) | [inline] |
void BrDomainCreateCmd::set_auto_renew | ( | const int | auto_renew | ) | [inline] |
Actives/Inactives domain auto renewal.
auto_renew | attribute |
References _auto_renew.
Referenced by set_active().
void BrDomainCreateCmd::set_organization | ( | const string & | organization | ) | [inline] |
Sets organization attribute.
organization | organization attribute |
References _organization.
void BrDomainCreateCmd::set_releaseProcessFlags | ( | const struct ReleaseProcessFlags & | rpf | ) | [inline] |
Sets the Release Process Flags.
rpf | Release Process Flags |
References _releaseProcessFlags.