#include <FreqOffsetRow.h>
Generated from model's revision "1.41", 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) throw (IllegalAccessException) |
Frequency | getOffset () const |
void | setOffset (Frequency offset) |
Tag | getAntennaId () const |
void | setAntennaId (Tag antennaId) throw (IllegalAccessException) |
int | getFeedId () const |
void | setFeedId (int feedId) throw (IllegalAccessException) |
Tag | getSpectralWindowId () const |
void | setSpectralWindowId (Tag spectralWindowId) throw (IllegalAccessException) |
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) |
Friends | |
class | asdm::FreqOffsetTable |
FreqOffsetTable& asdm::FreqOffsetRow::getTable | ( | ) | const |
Return the table to which this row belongs.
FreqOffsetRowIDL* asdm::FreqOffsetRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::FreqOffsetRow::setFromIDL | ( | FreqOffsetRowIDL | x | ) | throw (ConversionException) |
Fill the values of this row from the IDL struct FreqOffsetRowIDL.
x | The IDL struct containing the values used to fill this row. |
string asdm::FreqOffsetRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
void asdm::FreqOffsetRow::setFromXML | ( | string | rowDoc | ) | throw (ConversionException) |
Fill the values of this row from an XML string that was produced by the toXML() method.
x | The XML string being used to set the values of this row. |
ArrayTimeInterval asdm::FreqOffsetRow::getTimeInterval | ( | ) | const |
Get timeInterval.
void asdm::FreqOffsetRow::setTimeInterval | ( | ArrayTimeInterval | timeInterval | ) | throw (IllegalAccessException) |
Set timeInterval with the specified ArrayTimeInterval.
timeInterval | The ArrayTimeInterval value to which timeInterval is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::FreqOffsetRow::setOffset | ( | Frequency | offset | ) |
void asdm::FreqOffsetRow::setAntennaId | ( | Tag | antennaId | ) | throw (IllegalAccessException) |
Set antennaId with the specified Tag.
antennaId | The Tag value to which antennaId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
int asdm::FreqOffsetRow::getFeedId | ( | ) | const |
Get feedId.
void asdm::FreqOffsetRow::setFeedId | ( | int | feedId | ) | throw (IllegalAccessException) |
Set feedId with the specified int.
feedId | The int value to which feedId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
Tag asdm::FreqOffsetRow::getSpectralWindowId | ( | ) | const |
Get spectralWindowId.
void asdm::FreqOffsetRow::setSpectralWindowId | ( | Tag | spectralWindowId | ) | throw (IllegalAccessException) |
Set spectralWindowId with the specified Tag.
spectralWindowId | The Tag value to which spectralWindowId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
vector<FeedRow *> asdm::FreqOffsetRow::getFeeds | ( | ) |
Get the collection of row in the Feed table having feedId == this.feedId
AntennaRow* asdm::FreqOffsetRow::getAntennaUsingAntennaId | ( | ) |
antennaId pointer to the row in the Antenna table having Antenna.antennaId == antennaId
SpectralWindowRow* asdm::FreqOffsetRow::getSpectralWindowUsingSpectralWindowId | ( | ) |
spectralWindowId pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId
bool asdm::FreqOffsetRow::compareNoAutoInc | ( | Tag | antennaId, | |
int | feedId, | |||
Tag | spectralWindowId, | |||
ArrayTimeInterval | timeInterval, | |||
Frequency | offset | |||
) |
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.
bool asdm::FreqOffsetRow::equalByRequiredValue | ( | FreqOffsetRow * | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | a pointer on the FreqOffsetRow whose required attributes of the value part will be compared with those of this. |