#include <SquareLawDetectorRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
SquareLawDetectorTable & | getTable () const |
SquareLawDetectorRowIDL * | toIDL () const |
void | setFromIDL (SquareLawDetectorRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getSquareLawDetectorId () const |
int | getNumBand () const |
void | setNumBand (int numBand) |
DetectorBandTypeMod::DetectorBandType | getBandType () const |
void | setBandType (DetectorBandTypeMod::DetectorBandType bandType) |
bool | compareNoAutoInc (int numBand, DetectorBandTypeMod::DetectorBandType bandType) |
bool | compareRequiredValue (int numBand, DetectorBandTypeMod::DetectorBandType bandType) |
bool | equalByRequiredValue (SquareLawDetectorRow *x) |
|
Compare each mandatory attribute except the autoincrementable one of this SquareLawDetectorRow 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 bandType.
|
|
Get numBand.
|
|
Get squareLawDetectorId.
|
|
Return the table to which this row belongs. |
|
Set bandType with the specified DetectorBandTypeMod::DetectorBandType.
|
|
Fill the values of this row from the IDL struct SquareLawDetectorRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numBand with the specified int.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|