#include <BrDomainUpdateCmd.H>
Public Member Functions | |
BrDomainUpdateCmd (bool reset=true) | |
Default constructor. | |
void | set_ticketNumber (const int ticketNumber) |
Sets ticket number. | |
int | get_ticketNumber () const |
Returns ticket number. | |
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 (int active) |
Sets active attribute (***DEPRECATED***). | |
int | get_active () |
Returns active attribute (***DEPRECATED***). | |
bool | has_extension () |
Check if there is any extension. | |
bool | has_br_extension () |
Check if there is BR extension. | |
Protected Attributes | |
int | _ticketNumber |
ticket number | |
struct ReleaseProcessFlags | _releaseProcessFlags |
release process flags | |
int | _auto_renew |
domain auto renewal flag |
int BrDomainUpdateCmd::get_active | ( | ) | [inline] |
int BrDomainUpdateCmd::get_auto_renew | ( | ) | const [inline] |
Return if the domain is with or without auto renewal.
References _auto_renew.
Referenced by get_active().
struct ReleaseProcessFlags BrDomainUpdateCmd::get_releaseProcessFlags | ( | ) | const [inline, read] |
int BrDomainUpdateCmd::get_ticketNumber | ( | ) | const [inline] |
void BrDomainUpdateCmd::set_active | ( | int | active | ) | [inline] |
void BrDomainUpdateCmd::set_auto_renew | ( | const int | auto_renew | ) | [inline] |
Actives/Inactives domain auto renewal.
auto_renew | attribute |
References _auto_renew.
Referenced by set_active().
void BrDomainUpdateCmd::set_releaseProcessFlags | ( | const struct ReleaseProcessFlags & | rpf | ) | [inline] |
Sets the Release Process Flags.
rpf | Release Process Flags |
References _releaseProcessFlags.
void BrDomainUpdateCmd::set_ticketNumber | ( | const int | ticketNumber | ) | [inline] |