asdm::CalFocusModelRow Class Reference

#include <CalFocusModelRow.h>

List of all members.


Detailed Description

The CalFocusModelRow class is a row of a CalFocusModelTable.

Generated from model's revision "1.41", branch "HEAD"


Public Member Functions

CalFocusModelTablegetTable () const
CalFocusModelRowIDL * toIDL () const
void setFromIDL (CalFocusModelRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
string getAntennaName () const
void setAntennaName (string antennaName) throw (IllegalAccessException)
int getNumCoeff () const
void setNumCoeff (int numCoeff)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
vector< LengthgetFocusRMS () const
void setFocusRMS (vector< Length > focusRMS)
vector< vector< string > > getCoeffName () const
void setCoeffName (vector< vector< string > > coeffName)
vector< vector< string > > getCoeffFormula () const
void setCoeffFormula (vector< vector< string > > coeffFormula)
vector< vector< float > > getCoeffValue () const
void setCoeffValue (vector< vector< float > > coeffValue)
vector< vector< float > > getCoeffError () const
void setCoeffError (vector< vector< float > > coeffError)
vector< vector< bool > > getCoeffFixed () const
void setCoeffFixed (vector< vector< bool > > coeffFixed)
string getFocusModel () const
void setFocusModel (string focusModel)
int getNumSourceObs () const
void setNumSourceObs (int numSourceObs)
ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBand receiverBand) throw (IllegalAccessException)
AntennaMake getAntennaMake () const
void setAntennaMake (AntennaMake antennaMake)
Tag getCalDataId () const
void setCalDataId (Tag calDataId) throw (IllegalAccessException)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId) throw (IllegalAccessException)
CalDataRowgetCalDataUsingCalDataId ()
CalReductionRowgetCalReductionUsingCalReductionId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, ReceiverBand receiverBand, int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > focusRMS, vector< vector< string > > coeffName, vector< vector< string > > coeffFormula, vector< vector< float > > coeffValue, vector< vector< float > > coeffError, vector< vector< bool > > coeffFixed, string focusModel, int numSourceObs, AntennaMake antennaMake)
bool compareRequiredValue (int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > focusRMS, vector< vector< string > > coeffName, vector< vector< string > > coeffFormula, vector< vector< float > > coeffValue, vector< vector< float > > coeffError, vector< vector< bool > > coeffFixed, string focusModel, int numSourceObs, AntennaMake antennaMake)
bool equalByRequiredValue (CalFocusModelRow *x)

Friends

class asdm::CalFocusModelTable


Member Function Documentation

CalFocusModelTable& asdm::CalFocusModelRow::getTable (  )  const

Return the table to which this row belongs.

CalFocusModelRowIDL* asdm::CalFocusModelRow::toIDL (  )  const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalFocusModelRowIDL struct.

void asdm::CalFocusModelRow::setFromIDL ( CalFocusModelRowIDL  x  )  throw (ConversionException)

Fill the values of this row from the IDL struct CalFocusModelRowIDL.

Parameters:
x The IDL struct containing the values used to fill this row.

string asdm::CalFocusModelRow::toXML (  )  const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.

void asdm::CalFocusModelRow::setFromXML ( string  rowDoc  )  throw (ConversionException)

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters:
x The XML string being used to set the values of this row.

string asdm::CalFocusModelRow::getAntennaName (  )  const

Get antennaName.

Returns:
antennaName as string

void asdm::CalFocusModelRow::setAntennaName ( string  antennaName  )  throw (IllegalAccessException)

Set antennaName with the specified string.

Parameters:
antennaName The string value to which antennaName is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

int asdm::CalFocusModelRow::getNumCoeff (  )  const

Get numCoeff.

Returns:
numCoeff as int

void asdm::CalFocusModelRow::setNumCoeff ( int  numCoeff  ) 

Set numCoeff with the specified int.

Parameters:
numCoeff The int value to which numCoeff is to be set.

ArrayTime asdm::CalFocusModelRow::getStartValidTime (  )  const

Get startValidTime.

Returns:
startValidTime as ArrayTime

void asdm::CalFocusModelRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.

ArrayTime asdm::CalFocusModelRow::getEndValidTime (  )  const

Get endValidTime.

Returns:
endValidTime as ArrayTime

void asdm::CalFocusModelRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTime The ArrayTime value to which endValidTime is to be set.

vector<Length > asdm::CalFocusModelRow::getFocusRMS (  )  const

Get focusRMS.

Returns:
focusRMS as vector<Length >

void asdm::CalFocusModelRow::setFocusRMS ( vector< Length focusRMS  ) 

Set focusRMS with the specified vector<Length >.

Parameters:
focusRMS The vector<Length > value to which focusRMS is to be set.

vector<vector<string > > asdm::CalFocusModelRow::getCoeffName (  )  const

Get coeffName.

Returns:
coeffName as vector<vector<string > >

void asdm::CalFocusModelRow::setCoeffName ( vector< vector< string > >  coeffName  ) 

Set coeffName with the specified vector<vector<string > >.

Parameters:
coeffName The vector<vector<string > > value to which coeffName is to be set.

vector<vector<string > > asdm::CalFocusModelRow::getCoeffFormula (  )  const

Get coeffFormula.

Returns:
coeffFormula as vector<vector<string > >

void asdm::CalFocusModelRow::setCoeffFormula ( vector< vector< string > >  coeffFormula  ) 

Set coeffFormula with the specified vector<vector<string > >.

Parameters:
coeffFormula The vector<vector<string > > value to which coeffFormula is to be set.

vector<vector<float > > asdm::CalFocusModelRow::getCoeffValue (  )  const

Get coeffValue.

Returns:
coeffValue as vector<vector<float > >

void asdm::CalFocusModelRow::setCoeffValue ( vector< vector< float > >  coeffValue  ) 

Set coeffValue with the specified vector<vector<float > >.

Parameters:
coeffValue The vector<vector<float > > value to which coeffValue is to be set.

vector<vector<float > > asdm::CalFocusModelRow::getCoeffError (  )  const

Get coeffError.

Returns:
coeffError as vector<vector<float > >

void asdm::CalFocusModelRow::setCoeffError ( vector< vector< float > >  coeffError  ) 

Set coeffError with the specified vector<vector<float > >.

Parameters:
coeffError The vector<vector<float > > value to which coeffError is to be set.

vector<vector<bool > > asdm::CalFocusModelRow::getCoeffFixed (  )  const

Get coeffFixed.

Returns:
coeffFixed as vector<vector<bool > >

void asdm::CalFocusModelRow::setCoeffFixed ( vector< vector< bool > >  coeffFixed  ) 

Set coeffFixed with the specified vector<vector<bool > >.

Parameters:
coeffFixed The vector<vector<bool > > value to which coeffFixed is to be set.

string asdm::CalFocusModelRow::getFocusModel (  )  const

Get focusModel.

Returns:
focusModel as string

void asdm::CalFocusModelRow::setFocusModel ( string  focusModel  ) 

Set focusModel with the specified string.

Parameters:
focusModel The string value to which focusModel is to be set.

int asdm::CalFocusModelRow::getNumSourceObs (  )  const

Get numSourceObs.

Returns:
numSourceObs as int

void asdm::CalFocusModelRow::setNumSourceObs ( int  numSourceObs  ) 

Set numSourceObs with the specified int.

Parameters:
numSourceObs The int value to which numSourceObs is to be set.

ReceiverBand asdm::CalFocusModelRow::getReceiverBand (  )  const

Get receiverBand.

Returns:
receiverBand as ReceiverBand

void asdm::CalFocusModelRow::setReceiverBand ( ReceiverBand  receiverBand  )  throw (IllegalAccessException)

Set receiverBand with the specified ReceiverBand.

Parameters:
receiverBand The ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

AntennaMake asdm::CalFocusModelRow::getAntennaMake (  )  const

Get antennaMake.

Returns:
antennaMake as AntennaMake

void asdm::CalFocusModelRow::setAntennaMake ( AntennaMake  antennaMake  ) 

Set antennaMake with the specified AntennaMake.

Parameters:
antennaMake The AntennaMake value to which antennaMake is to be set.

Tag asdm::CalFocusModelRow::getCalDataId (  )  const

Get calDataId.

Returns:
calDataId as Tag

void asdm::CalFocusModelRow::setCalDataId ( Tag  calDataId  )  throw (IllegalAccessException)

Set calDataId with the specified Tag.

Parameters:
calDataId The Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

Tag asdm::CalFocusModelRow::getCalReductionId (  )  const

Get calReductionId.

Returns:
calReductionId as Tag

void asdm::CalFocusModelRow::setCalReductionId ( Tag  calReductionId  )  throw (IllegalAccessException)

Set calReductionId with the specified Tag.

Parameters:
calReductionId The Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

CalDataRow* asdm::CalFocusModelRow::getCalDataUsingCalDataId (  ) 

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns:
a CalDataRow*

CalReductionRow* asdm::CalFocusModelRow::getCalReductionUsingCalReductionId (  ) 

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns:
a CalReductionRow*

bool asdm::CalFocusModelRow::compareNoAutoInc ( Tag  calDataId,
Tag  calReductionId,
string  antennaName,
ReceiverBand  receiverBand,
int  numCoeff,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Length focusRMS,
vector< vector< string > >  coeffName,
vector< vector< string > >  coeffFormula,
vector< vector< float > >  coeffValue,
vector< vector< float > >  coeffError,
vector< vector< bool > >  coeffFixed,
string  focusModel,
int  numSourceObs,
AntennaMake  antennaMake 
)

Compare each mandatory attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.

bool asdm::CalFocusModelRow::equalByRequiredValue ( CalFocusModelRow x  ) 

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
x a pointer on the CalFocusModelRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 16:46:48 2007 for ASDM C++ Implementation by  doxygen 1.5.1