#include <StateRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
StateTable & | getTable () const |
StateRowIDL * | toIDL () const |
void | setFromIDL (StateRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getStateId () const |
bool | getSig () const |
void | setSig (bool sig) |
bool | getRef () const |
void | setRef (bool ref) |
bool | isWeightExists () const |
float | getWeight () const throw (IllegalAccessException) |
void | setWeight (float weight) |
void | clearWeight () |
bool | getOnSky () const |
void | setOnSky (bool onSky) |
CalibrationDeviceMod::CalibrationDevice | getCalDeviceName () const |
void | setCalDeviceName (CalibrationDeviceMod::CalibrationDevice calDeviceName) |
bool | getFlagRow () const |
void | setFlagRow (bool flagRow) |
bool | compareNoAutoInc (bool sig, bool ref, bool onSky, CalibrationDeviceMod::CalibrationDevice calDeviceName, bool flagRow) |
bool | compareRequiredValue (bool sig, bool ref, bool onSky, CalibrationDeviceMod::CalibrationDevice calDeviceName, bool flagRow) |
bool | equalByRequiredValue (StateRow *x) |
|
Mark weight, which is an optional field, as non-existent. |
|
Compare each mandatory 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.
|
|
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 CalibrationDeviceMod::CalibrationDevice.
|
|
Set flagRow with the specified bool.
|
|
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 bool.
|
|
Set ref with the specified bool.
|
|
Set sig with the specified bool.
|
|
Set weight with the specified float.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|