asdm::CalFocusRow Class Reference

#include <CalFocusRow.h>

List of all members.


Detailed Description

The CalFocusRow class is a row of a CalFocusTable.

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


Public Member Functions

CalFocusTablegetTable () const
CalFocusRowIDL * toIDL () const
void setFromIDL (CalFocusRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
string getAntennaName () const
void setAntennaName (string antennaName) throw (IllegalAccessException)
vector< FrequencygetFrequencyRange () const
void setFrequencyRange (vector< Frequency > frequencyRange)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBand receiverBand)
vector< LengthgetOffset () const
void setOffset (vector< Length > offset)
vector< LengthgetError () const
void setError (vector< Length > error)
FocusMethod getFocusMethod () const
void setFocusMethod (FocusMethod focusMethod)
vector< AnglegetPointingDirection () const
void setPointingDirection (vector< Angle > pointingDirection)
vector< bool > getWasFixed () const
void setWasFixed (vector< bool > wasFixed)
Temperature getAmbientTemperature () const
void setAmbientTemperature (Temperature ambientTemperature)
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, vector< Frequency > frequencyRange, ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBand receiverBand, vector< Length > offset, vector< Length > error, FocusMethod focusMethod, vector< Angle > pointingDirection, vector< bool > wasFixed, Temperature ambientTemperature)
bool compareRequiredValue (vector< Frequency > frequencyRange, ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBand receiverBand, vector< Length > offset, vector< Length > error, FocusMethod focusMethod, vector< Angle > pointingDirection, vector< bool > wasFixed, Temperature ambientTemperature)
bool equalByRequiredValue (CalFocusRow *x)

Friends

class asdm::CalFocusTable


Member Function Documentation

CalFocusTable& asdm::CalFocusRow::getTable (  )  const

Return the table to which this row belongs.

CalFocusRowIDL* asdm::CalFocusRow::toIDL (  )  const

Return this row in the form of an IDL struct.

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

void asdm::CalFocusRow::setFromIDL ( CalFocusRowIDL  x  )  throw (ConversionException)

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

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

string asdm::CalFocusRow::toXML (  )  const

Return this row in the form of an XML string.

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

void asdm::CalFocusRow::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::CalFocusRow::getAntennaName (  )  const

Get antennaName.

Returns:
antennaName as string

void asdm::CalFocusRow::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.

vector<Frequency > asdm::CalFocusRow::getFrequencyRange (  )  const

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

void asdm::CalFocusRow::setFrequencyRange ( vector< Frequency frequencyRange  ) 

Set frequencyRange with the specified vector<Frequency >.

Parameters:
frequencyRange The vector<Frequency > value to which frequencyRange is to be set.

ArrayTime asdm::CalFocusRow::getStartValidTime (  )  const

Get startValidTime.

Returns:
startValidTime as ArrayTime

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

Set startValidTime with the specified ArrayTime.

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

ArrayTime asdm::CalFocusRow::getEndValidTime (  )  const

Get endValidTime.

Returns:
endValidTime as ArrayTime

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

Set endValidTime with the specified ArrayTime.

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

ReceiverBand asdm::CalFocusRow::getReceiverBand (  )  const

Get receiverBand.

Returns:
receiverBand as ReceiverBand

void asdm::CalFocusRow::setReceiverBand ( ReceiverBand  receiverBand  ) 

Set receiverBand with the specified ReceiverBand.

Parameters:
receiverBand The ReceiverBand value to which receiverBand is to be set.

vector<Length > asdm::CalFocusRow::getOffset (  )  const

Get offset.

Returns:
offset as vector<Length >

void asdm::CalFocusRow::setOffset ( vector< Length offset  ) 

Set offset with the specified vector<Length >.

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

vector<Length > asdm::CalFocusRow::getError (  )  const

Get error.

Returns:
error as vector<Length >

void asdm::CalFocusRow::setError ( vector< Length error  ) 

Set error with the specified vector<Length >.

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

FocusMethod asdm::CalFocusRow::getFocusMethod (  )  const

Get focusMethod.

Returns:
focusMethod as FocusMethod

void asdm::CalFocusRow::setFocusMethod ( FocusMethod  focusMethod  ) 

Set focusMethod with the specified FocusMethod.

Parameters:
focusMethod The FocusMethod value to which focusMethod is to be set.

vector<Angle > asdm::CalFocusRow::getPointingDirection (  )  const

Get pointingDirection.

Returns:
pointingDirection as vector<Angle >

void asdm::CalFocusRow::setPointingDirection ( vector< Angle pointingDirection  ) 

Set pointingDirection with the specified vector<Angle >.

Parameters:
pointingDirection The vector<Angle > value to which pointingDirection is to be set.

vector<bool > asdm::CalFocusRow::getWasFixed (  )  const

Get wasFixed.

Returns:
wasFixed as vector<bool >

void asdm::CalFocusRow::setWasFixed ( vector< bool >  wasFixed  ) 

Set wasFixed with the specified vector<bool >.

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

Temperature asdm::CalFocusRow::getAmbientTemperature (  )  const

Get ambientTemperature.

Returns:
ambientTemperature as Temperature

void asdm::CalFocusRow::setAmbientTemperature ( Temperature  ambientTemperature  ) 

Set ambientTemperature with the specified Temperature.

Parameters:
ambientTemperature The Temperature value to which ambientTemperature is to be set.

Tag asdm::CalFocusRow::getCalDataId (  )  const

Get calDataId.

Returns:
calDataId as Tag

void asdm::CalFocusRow::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::CalFocusRow::getCalReductionId (  )  const

Get calReductionId.

Returns:
calReductionId as Tag

void asdm::CalFocusRow::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::CalFocusRow::getCalDataUsingCalDataId (  ) 

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

Returns:
a CalDataRow*

CalReductionRow* asdm::CalFocusRow::getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow*

bool asdm::CalFocusRow::compareNoAutoInc ( Tag  calDataId,
Tag  calReductionId,
string  antennaName,
vector< Frequency frequencyRange,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
ReceiverBand  receiverBand,
vector< Length offset,
vector< Length error,
FocusMethod  focusMethod,
vector< Angle pointingDirection,
vector< bool >  wasFixed,
Temperature  ambientTemperature 
)

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

bool asdm::CalFocusRow::equalByRequiredValue ( CalFocusRow 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 CalFocusRow 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