#include <FreqOffsetRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
FreqOffsetTable & | getTable () const |
FreqOffsetRowIDL * | toIDL () const |
void | setFromIDL (FreqOffsetRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
ArrayTimeInterval | getTimeInterval () const |
void | setTimeInterval (ArrayTimeInterval timeInterval) |
Frequency | getOffset () const |
void | setOffset (Frequency offset) |
Tag | getAntennaId () const |
void | setAntennaId (Tag antennaId) |
int | getFeedId () const |
void | setFeedId (int feedId) |
Tag | getSpectralWindowId () const |
void | setSpectralWindowId (Tag spectralWindowId) |
vector< FeedRow * > | getFeeds () |
AntennaRow * | getAntennaUsingAntennaId () |
SpectralWindowRow * | getSpectralWindowUsingSpectralWindowId () |
bool | compareNoAutoInc (Tag antennaId, int feedId, Tag spectralWindowId, ArrayTimeInterval timeInterval, Frequency offset) |
bool | compareRequiredValue (Frequency offset) |
bool | equalByRequiredValue (FreqOffsetRow *x) |
|
Compare each mandatory attribute except the autoincrementable one of this FreqOffsetRow 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 antennaId.
|
|
antennaId pointer to the row in the Antenna table having Antenna.antennaId == antennaId
|
|
Get feedId.
|
|
Get the collection of row in the Feed table having feedId == this.feedId
|
|
Get offset.
|
|
Get spectralWindowId.
|
|
spectralWindowId pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId
|
|
Return the table to which this row belongs. |
|
Get timeInterval.
|
|
Set antennaId with the specified Tag.
|
|
Set feedId with the specified int.
|
|
Fill the values of this row from the IDL struct FreqOffsetRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set offset with the specified Frequency.
|
|
Set spectralWindowId with the specified Tag.
|
|
Set timeInterval with the specified ArrayTimeInterval.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|