#include <CalPrimaryBeamRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
CalPrimaryBeamTable & | getTable () const |
CalPrimaryBeamRowIDL * | toIDL () const |
void | setFromIDL (CalPrimaryBeamRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
string | getAntennaName () const |
void | setAntennaName (string antennaName) |
AntennaMakeMod::AntennaMake | getAntennaMake () const |
void | setAntennaMake (AntennaMakeMod::AntennaMake antennaMake) |
int | getNumReceptor () const |
void | setNumReceptor (int numReceptor) |
vector< PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
ArrayTime | getStartValidTime () const |
void | setStartValidTime (ArrayTime startValidTime) |
ArrayTime | getEndValidTime () const |
void | setEndValidTime (ArrayTime endValidTime) |
vector< Frequency > | getFrequencyRange () const |
void | setFrequencyRange (vector< Frequency > frequencyRange) |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
EntityRef | getBeamMapUID () const |
void | setBeamMapUID (EntityRef beamMapUID) |
float | getRelativeAmplitudeRms () const |
void | setRelativeAmplitudeRms (float relativeAmplitudeRms) |
Tag | getCalDataId () const |
void | setCalDataId (Tag calDataId) |
Tag | getCalReductionId () const |
void | setCalReductionId (Tag calReductionId) |
CalReductionRow * | getCalReductionUsingCalReductionId () |
CalDataRow * | getCalDataUsingCalDataId () |
bool | compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, AntennaMakeMod::AntennaMake antennaMake, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, ReceiverBandMod::ReceiverBand receiverBand, EntityRef beamMapUID, float relativeAmplitudeRms) |
bool | compareRequiredValue (AntennaMakeMod::AntennaMake antennaMake, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, ReceiverBandMod::ReceiverBand receiverBand, EntityRef beamMapUID, float relativeAmplitudeRms) |
bool | equalByRequiredValue (CalPrimaryBeamRow *x) |
|
Compare each mandatory attribute except the autoincrementable one of this CalPrimaryBeamRow 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 antennaMake.
|
|
Get antennaName.
|
|
Get beamMapUID.
|
|
Get calDataId.
|
|
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
|
|
Get calReductionId.
|
|
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
|
|
Get endValidTime.
|
|
Get frequencyRange.
|
|
Get numReceptor.
|
|
Get polarizationTypes.
|
|
Get receiverBand.
|
|
Get relativeAmplitudeRms.
|
|
Get startValidTime.
|
|
Return the table to which this row belongs. |
|
Set antennaMake with the specified AntennaMakeMod::AntennaMake.
|
|
Set antennaName with the specified string.
|
|
Set beamMapUID with the specified EntityRef.
|
|
Set calDataId with the specified Tag.
|
|
Set calReductionId with the specified Tag.
|
|
Set endValidTime with the specified ArrayTime.
|
|
Set frequencyRange with the specified vector<Frequency >.
|
|
Fill the values of this row from the IDL struct CalPrimaryBeamRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numReceptor with the specified int.
|
|
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
|
|
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
|
|
Set relativeAmplitudeRms with the specified float.
|
|
Set startValidTime with the specified ArrayTime.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|