Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
CalReductionTable | getTable () |
Return the table to which this row belongs. | |
CalReductionRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (CalReductionRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct CalReductionRowIDL. | |
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. | |
Tag | getCalReductionId () |
Get calReductionId. | |
int | getNumApplied () |
Get numApplied. | |
void | setNumApplied (int numApplied) throws IllegalAccessException |
Set numApplied with the specified int value. | |
int | getNumParam () |
Get numParam. | |
void | setNumParam (int numParam) throws IllegalAccessException |
Set numParam with the specified int value. | |
ArrayTime | getTimeReduced () |
Get timeReduced. | |
void | setTimeReduced (ArrayTime timeReduced) throws IllegalAccessException |
Set timeReduced with the specified ArrayTime value. | |
String[] | getCalAppliedArray () |
Get calAppliedArray. | |
void | setCalAppliedArray (String[] calAppliedArray) throws IllegalAccessException |
Set calAppliedArray with the specified String[] value. | |
String[] | getParamSet () |
Get paramSet. | |
void | setParamSet (String[] paramSet) throws IllegalAccessException |
Set paramSet with the specified String[] value. | |
String | getMessages () |
Get messages. | |
void | setMessages (String messages) throws IllegalAccessException |
Set messages with the specified String value. | |
String | getSoftware () |
Get software. | |
void | setSoftware (String software) throws IllegalAccessException |
Set software with the specified String value. | |
String | getSoftwareVersion () |
Get softwareVersion. | |
void | setSoftwareVersion (String softwareVersion) throws IllegalAccessException |
Set softwareVersion with the specified String value. | |
int | getNumInvalidConditions () |
Get numInvalidConditions. | |
void | setNumInvalidConditions (int numInvalidConditions) throws IllegalAccessException |
Set numInvalidConditions with the specified int value. | |
InvalidatingCondition[] | getInvalidConditions () |
Get invalidConditions. | |
void | setInvalidConditions (InvalidatingCondition[] invalidConditions) throws IllegalAccessException |
Set invalidConditions with the specified InvalidatingCondition[] value. | |
boolean | compareNoAutoInc (int numApplied, int numParam, ArrayTime timeReduced, String[] calAppliedArray, String[] paramSet, String messages, String software, String softwareVersion, int numInvalidConditions, InvalidatingCondition[] invalidConditions) |
Compare each attribute except the autoincrementable one of this CalReductionRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (CalReductionRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numApplied, int numParam, ArrayTime timeReduced, String[] calAppliedArray, String[] paramSet, String messages, String software, String softwareVersion, int numInvalidConditions, InvalidatingCondition[] invalidConditions) |
Protected Member Functions | |
void | setCalReductionId (Tag calReductionId) throws IllegalAccessException |
Set calReductionId with the specified Tag value. | |
Package Functions | |
CalReductionRow (CalReductionTable table) | |
Create a CalReductionRow. | |
CalReductionRow (CalReductionTable table, CalReductionRow row) | |
Creates a CalReductionRow 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 CalReductionRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a CalReductionRow using a copy constructor mechanism. Given a CalReductionRow row and a CalReductionTable table, the method creates a new CalReductionRow 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 CalReductionRow 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.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get calAppliedArray.
|
|
Get calReductionId.
|
|
Get invalidConditions.
|
|
Get messages.
|
|
Get numApplied.
|
|
Get numInvalidConditions.
|
|
Get numParam.
|
|
Get paramSet.
|
|
Get software.
|
|
Get softwareVersion.
|
|
Return the table to which this row belongs.
|
|
Get timeReduced.
|
|
Set calAppliedArray with the specified String[] value.
|
|
Set calReductionId with the specified Tag value.
|
|
Fill the values of this row from the IDL struct CalReductionRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set invalidConditions with the specified InvalidatingCondition[] value.
|
|
Set messages with the specified String value.
|
|
Set numApplied with the specified int value.
|
|
Set numInvalidConditions with the specified int value.
|
|
Set numParam with the specified int value.
|
|
Set paramSet with the specified String[] value.
|
|
Set software with the specified String value.
|
|
Set softwareVersion with the specified String value.
|
|
Set timeReduced 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.
|