Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
HistoryTable | getTable () |
Return the table to which this row belongs. | |
HistoryRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (HistoryRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct HistoryRowIDL. | |
String | toXML () throws ConversionException |
Return this row in the form of an XML string. | |
void | setFromXML (String rowDoc) throws ConversionException |
Fill the values of this row from an XML string that was produced by the toXML() method. | |
ArrayTime | getTime () |
Get time. | |
void | setTime (ArrayTime time) throws IllegalAccessException |
Set time with the specified ArrayTime value. | |
String | getMessage () |
Get message. | |
void | setMessage (String message) throws IllegalAccessException |
Set message with the specified String value. | |
String | getPriority () |
Get priority. | |
void | setPriority (String priority) throws IllegalAccessException |
Set priority with the specified String value. | |
String | getOrigin () |
Get origin. | |
void | setOrigin (String origin) throws IllegalAccessException |
Set origin with the specified String value. | |
String | getObjectId () |
Get objectId. | |
void | setObjectId (String objectId) throws IllegalAccessException |
Set objectId with the specified String value. | |
String | getApplication () |
Get application. | |
void | setApplication (String application) throws IllegalAccessException |
Set application with the specified String value. | |
String | getCliCommand () |
Get cliCommand. | |
void | setCliCommand (String cliCommand) throws IllegalAccessException |
Set cliCommand with the specified String value. | |
String | getAppParms () |
Get appParms. | |
void | setAppParms (String appParms) throws IllegalAccessException |
Set appParms with the specified String value. | |
Tag | getExecBlockId () |
Get execBlockId. | |
void | setExecBlockId (Tag execBlockId) throws IllegalAccessException |
Set execBlockId with the specified Tag value. | |
ExecBlockRow | getExecBlockUsingExecBlockId () |
Returns the pointer to the row in the ExecBlock table having ExecBlock.execBlockId == execBlockId. | |
boolean | compareNoAutoInc (Tag execBlockId, ArrayTime time, String message, String priority, String origin, String objectId, String application, String cliCommand, String appParms) |
Compare each attribute except the autoincrementable one of this HistoryRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (HistoryRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (String message, String priority, String origin, String objectId, String application, String cliCommand, String appParms) |
Package Functions | |
HistoryRow (HistoryTable table) | |
Create a HistoryRow. | |
HistoryRow (HistoryTable table, HistoryRow row) | |
Creates a HistoryRow using a copy constructor mechanism. | |
void | isAdded () |
Object[] | getAttributesValues () |
Returns all the attributes of an attribute of an ASDM table as an array of Object. |
|
Create a HistoryRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a HistoryRow using a copy constructor mechanism. Given a HistoryRow row and a HistoryTable table, the method creates a new HistoryRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Compare each 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.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get cliCommand.
|
|
Get execBlockId.
|
|
Returns the 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 value.
|
|
Set appParms with the specified String value.
|
|
Set cliCommand with the specified String value.
|
|
Set execBlockId with the specified Tag value.
|
|
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 value.
|
|
Set objectId with the specified String value.
|
|
Set origin with the specified String value.
|
|
Set priority with the specified String value.
|
|
Set time with the specified ArrayTime value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|