#include <HistoryRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
HistoryTable & | getTable () const |
HistoryRowIDL * | toIDL () const |
void | setFromIDL (HistoryRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
ArrayTime | getTime () const |
void | setTime (ArrayTime time) |
string | getMessage () const |
void | setMessage (string message) |
string | getPriority () const |
void | setPriority (string priority) |
string | getOrigin () const |
void | setOrigin (string origin) |
string | getObjectId () const |
void | setObjectId (string objectId) |
string | getApplication () const |
void | setApplication (string application) |
string | getCliCommand () const |
void | setCliCommand (string cliCommand) |
string | getAppParms () const |
void | setAppParms (string appParms) |
Tag | getExecBlockId () const |
void | setExecBlockId (Tag execBlockId) |
ExecBlockRow * | getExecBlockUsingExecBlockId () |
bool | compareNoAutoInc (Tag execBlockId, ArrayTime time, string message, string priority, string origin, string objectId, string application, string cliCommand, string appParms) |
bool | compareRequiredValue (string message, string priority, string origin, string objectId, string application, string cliCommand, string appParms) |
bool | equalByRequiredValue (HistoryRow *x) |
|
Compare each mandatory attribute except the autoincrementable one of this HistoryRow 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 application.
|
|
Get appParms.
|
|
Get cliCommand.
|
|
Get execBlockId.
|
|
execBlockId pointer to the row in the ExecBlock table having ExecBlock.execBlockId == execBlockId
|
|
Get message.
|
|
Get objectId.
|
|
Get origin.
|
|
Get priority.
|
|
Return the table to which this row belongs. |
|
Get time.
|
|
Set application with the specified string.
|
|
Set appParms with the specified string.
|
|
Set cliCommand with the specified string.
|
|
Set execBlockId with the specified Tag.
|
|
Fill the values of this row from the IDL struct HistoryRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set message with the specified string.
|
|
Set objectId with the specified string.
|
|
Set origin with the specified string.
|
|
Set priority with the specified string.
|
|
Set time with the specified ArrayTime.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|