Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
StateTable | getTable () |
Return the table to which this row belongs. | |
StateRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (StateRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct StateRowIDL. | |
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 | getStateId () |
Get stateId. | |
boolean | getSig () |
Get sig. | |
void | setSig (boolean sig) throws IllegalAccessException |
Set sig with the specified boolean value. | |
boolean | getRef () |
Get ref. | |
void | setRef (boolean ref) throws IllegalAccessException |
Set ref with the specified boolean value. | |
boolean | isWeightExists () |
The attribute weight is optional. | |
float | getWeight () throws IllegalAccessException |
Get weight, which is optional. | |
void | setWeight (float weight) |
Set weight with the specified float value. | |
void | clearWeight () |
Mark weight, which is an optional field, as non-existent. | |
boolean | getOnSky () |
Get onSky. | |
void | setOnSky (boolean onSky) throws IllegalAccessException |
Set onSky with the specified boolean value. | |
CalibrationDevice | getCalDeviceName () |
Get calDeviceName. | |
void | setCalDeviceName (CalibrationDevice calDeviceName) throws IllegalAccessException |
Set calDeviceName with the specified CalibrationDevice value. | |
boolean | getFlagRow () |
Get flagRow. | |
void | setFlagRow (boolean flagRow) throws IllegalAccessException |
Set flagRow with the specified boolean value. | |
boolean | compareNoAutoInc (boolean sig, boolean ref, boolean onSky, CalibrationDevice calDeviceName, boolean flagRow) |
Compare each attribute except the autoincrementable one of this StateRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (StateRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (boolean sig, boolean ref, boolean onSky, CalibrationDevice calDeviceName, boolean flagRow) |
Protected Member Functions | |
void | setStateId (Tag stateId) throws IllegalAccessException |
Set stateId with the specified Tag value. | |
Package Functions | |
StateRow (StateTable table) | |
Create a StateRow. | |
StateRow (StateTable table, StateRow row) | |
Creates a StateRow 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 StateRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a StateRow using a copy constructor mechanism. Given a StateRow row and a StateTable table, the method creates a new StateRow 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.
|
|
Mark weight, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this StateRow 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 calDeviceName.
|
|
Get flagRow.
|
|
Get onSky.
|
|
Get ref.
|
|
Get sig.
|
|
Get stateId.
|
|
Return the table to which this row belongs.
|
|
Get weight, which is optional.
|
|
The attribute weight is optional. Return true if this attribute exists.
|
|
Set calDeviceName with the specified CalibrationDevice value.
|
|
Set flagRow with the specified boolean value.
|
|
Fill the values of this row from the IDL struct StateRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set onSky with the specified boolean value.
|
|
Set ref with the specified boolean value.
|
|
Set sig with the specified boolean value.
|
|
Set stateId with the specified Tag value.
|
|
Set weight with the specified float value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|