#include <BrDomainUpdateCmd.H>
Inheritance diagram for BrDomainUpdateCmd:
Public Member Functions | |
BrDomainUpdateCmd (bool reset=true) | |
Default constructor. | |
void | set_ticketNumber (int ticketNumber) |
Sets ticket number. | |
int | get_ticketNumber () |
Returns ticket number. | |
void | set_releaseProcessFlags (struct ReleaseProcessFlags rpf) |
Sets the Release Process Flags. | |
ReleaseProcessFlags | get_releaseProcessFlags () |
Returns the Release Process Flags. | |
void | set_auto_renew (int auto_renew) |
Actives/Inactives domain auto renewal. | |
int | get_auto_renew () |
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 | |
ReleaseProcessFlags | _releaseProcessFlags |
release process flags | |
int | _auto_renew |
domain auto renewal flag |
int BrDomainUpdateCmd::get_active | ( | ) | [inline] |
Returns active attribute (***DEPRECATED***).
int BrDomainUpdateCmd::get_auto_renew | ( | ) | [inline] |
Return if the domain is with or without auto renewal.
struct ReleaseProcessFlags BrDomainUpdateCmd::get_releaseProcessFlags | ( | ) | [inline] |
Returns the Release Process Flags.
int BrDomainUpdateCmd::get_ticketNumber | ( | ) | [inline] |
Returns ticket number.
void BrDomainUpdateCmd::set_active | ( | int | active | ) | [inline] |
Sets active attribute (***DEPRECATED***).
active | attribute |
void BrDomainUpdateCmd::set_auto_renew | ( | int | auto_renew | ) | [inline] |
Actives/Inactives domain auto renewal.
auto_renew | attribute |
void BrDomainUpdateCmd::set_releaseProcessFlags | ( | struct ReleaseProcessFlags | rpf | ) | [inline] |
Sets the Release Process Flags.
rpf | Release Process Flags |
void BrDomainUpdateCmd::set_ticketNumber | ( | int | ticketNumber | ) | [inline] |
Sets ticket number.
ticketNumber | ticket number |