#include <HolographyRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
HolographyTable & | getTable () const |
HolographyRowIDL * | toIDL () const |
void | setFromIDL (HolographyRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getHolographyId () const |
int | getNumCorr () const |
void | setNumCorr (int numCorr) |
vector< HolographyChannelTypeMod::HolographyChannelType > | getType () const |
void | setType (vector< HolographyChannelTypeMod::HolographyChannelType > type) |
Length | getDistance () const |
void | setDistance (Length distance) |
Length | getFocus () const |
void | setFocus (Length focus) |
bool | getFlagRow () const |
void | setFlagRow (bool flagRow) |
bool | compareNoAutoInc (int numCorr, vector< HolographyChannelTypeMod::HolographyChannelType > type, Length distance, Length focus, bool flagRow) |
bool | compareRequiredValue (int numCorr, vector< HolographyChannelTypeMod::HolographyChannelType > type, Length distance, Length focus, bool flagRow) |
bool | equalByRequiredValue (HolographyRow *x) |
|
Compare each mandatory attribute except the autoincrementable one of this HolographyRow 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 distance.
|
|
Get flagRow.
|
|
Get focus.
|
|
Get holographyId.
|
|
Get numCorr.
|
|
Return the table to which this row belongs. |
|
Get type.
|
|
Set distance with the specified Length.
|
|
Set flagRow with the specified bool.
|
|
Set focus with the specified Length.
|
|
Fill the values of this row from the IDL struct HolographyRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numCorr with the specified int.
|
|
Set type with the specified vector<HolographyChannelTypeMod::HolographyChannelType >.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|