#include <DopplerRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
DopplerTable & | getTable () const |
DopplerRowIDL * | toIDL () const |
void | setFromIDL (DopplerRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
int | getDopplerId () const |
int | getTransitionIndex () const |
void | setTransitionIndex (int transitionIndex) |
Speed | getVelDef () const |
void | setVelDef (Speed velDef) |
int | getSourceId () const |
void | setSourceId (int sourceId) |
vector< SourceRow * > | getSources () |
bool | compareNoAutoInc (int sourceId, int transitionIndex, Speed velDef) |
bool | compareRequiredValue (int transitionIndex, Speed velDef) |
bool | equalByRequiredValue (DopplerRow *x) |
|
Compare each mandatory attribute except the autoincrementable one of this DopplerRow 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 dopplerId.
|
|
Get sourceId.
|
|
Get the collection of row in the Source table having sourceId == this.sourceId
|
|
Return the table to which this row belongs. |
|
Get transitionIndex.
|
|
Get velDef.
|
|
Fill the values of this row from the IDL struct DopplerRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set sourceId with the specified int.
|
|
Set transitionIndex with the specified int.
|
|
Set velDef with the specified Speed.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|