#include <FlagCmdRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
FlagCmdTable & | getTable () const |
FlagCmdRowIDL * | toIDL () const |
void | setFromIDL (FlagCmdRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
ArrayTimeInterval | getTimeInterval () const |
void | setTimeInterval (ArrayTimeInterval timeInterval) |
string | getType () const |
void | setType (string type) |
string | getReason () const |
void | setReason (string reason) |
int | getLevel () const |
void | setLevel (int level) |
int | getSeverity () const |
void | setSeverity (int severity) |
bool | getApplied () const |
void | setApplied (bool applied) |
string | getCommand () const |
void | setCommand (string command) |
bool | compareNoAutoInc (ArrayTimeInterval timeInterval, string type, string reason, int level, int severity, bool applied, string command) |
bool | compareRequiredValue (string type, string reason, int level, int severity, bool applied, string command) |
bool | equalByRequiredValue (FlagCmdRow *x) |
|
Compare each mandatory attribute except the autoincrementable one of this FlagCmdRow with the corresponding parameters and return true if there is a match and false otherwise. |
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Get applied.
|
|
Get command.
|
|
Get level.
|
|
Get reason.
|
|
Get severity.
|
|
Return the table to which this row belongs. |
|
Get timeInterval.
|
|
Get type.
|
|
Set applied with the specified bool.
|
|
Set command with the specified string.
|
|
Fill the values of this row from the IDL struct FlagCmdRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set level with the specified int.
|
|
Set reason with the specified string.
|
|
Set severity with the specified int.
|
|
Set timeInterval with the specified ArrayTimeInterval.
|
|
Set type with the specified string.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|