alma.asdm.CalFocusRow Class Reference

Inherits alma.asdm.ASDMRow.

List of all members.


Detailed Description

The CalFocusRow class is a row of a CalFocusTable.

Generated from model's revision 1.46, branch HEAD


Public Member Functions

CalFocusTable getTable ()
 Return the table to which this row belongs.
CalFocusRowIDL toIDL ()
 Return this row in the form of an IDL struct.
void setFromIDL (CalFocusRowIDL x) throws ConversionException
 Fill the values of this row from the IDL struct CalFocusRowIDL.
String toXML () throws ConversionException
 Return this row in the form of an XML string.
void setFromXML (String rowDoc) throws ConversionException
 Fill the values of this row from an XML string that was produced by the toXML() method.
String getAntennaName ()
 Get antennaName.
void setAntennaName (String antennaName) throws IllegalAccessException
 Set antennaName with the specified String value.
Frequency[] getFrequencyRange ()
 Get frequencyRange.
void setFrequencyRange (Frequency[] frequencyRange) throws IllegalAccessException
 Set frequencyRange with the specified Frequency[] value.
ArrayTime getStartValidTime ()
 Get startValidTime.
void setStartValidTime (ArrayTime startValidTime) throws IllegalAccessException
 Set startValidTime with the specified ArrayTime value.
ArrayTime getEndValidTime ()
 Get endValidTime.
void setEndValidTime (ArrayTime endValidTime) throws IllegalAccessException
 Set endValidTime with the specified ArrayTime value.
ReceiverBand getReceiverBand ()
 Get receiverBand.
void setReceiverBand (ReceiverBand receiverBand) throws IllegalAccessException
 Set receiverBand with the specified ReceiverBand value.
Length[] getOffset ()
 Get offset.
void setOffset (Length[] offset) throws IllegalAccessException
 Set offset with the specified Length[] value.
Length[] getError ()
 Get error.
void setError (Length[] error) throws IllegalAccessException
 Set error with the specified Length[] value.
FocusMethod getFocusMethod ()
 Get focusMethod.
void setFocusMethod (FocusMethod focusMethod) throws IllegalAccessException
 Set focusMethod with the specified FocusMethod value.
Angle[] getPointingDirection ()
 Get pointingDirection.
void setPointingDirection (Angle[] pointingDirection) throws IllegalAccessException
 Set pointingDirection with the specified Angle[] value.
boolean[] getWasFixed ()
 Get wasFixed.
void setWasFixed (boolean[] wasFixed) throws IllegalAccessException
 Set wasFixed with the specified boolean[] value.
Temperature getAmbientTemperature ()
 Get ambientTemperature.
void setAmbientTemperature (Temperature ambientTemperature) throws IllegalAccessException
 Set ambientTemperature with the specified Temperature value.
Tag getCalDataId ()
 Get calDataId.
void setCalDataId (Tag calDataId) throws IllegalAccessException
 Set calDataId with the specified Tag value.
Tag getCalReductionId ()
 Get calReductionId.
void setCalReductionId (Tag calReductionId) throws IllegalAccessException
 Set calReductionId with the specified Tag value.
CalDataRow getCalDataUsingCalDataId ()
 Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId.
CalReductionRow getCalReductionUsingCalReductionId ()
 Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId.
boolean compareNoAutoInc (Tag calDataId, Tag calReductionId, String antennaName, Frequency[] frequencyRange, ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBand receiverBand, Length[] offset, Length[] error, FocusMethod focusMethod, Angle[] pointingDirection, boolean[] wasFixed, Temperature ambientTemperature)
 Compare each attribute except the autoincrementable one of this CalFocusRow with the corresponding parameters and return true if there is a match and false otherwise.
boolean equalByRequiredValue (CalFocusRow x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
boolean compareRequiredValue (Frequency[] frequencyRange, ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBand receiverBand, Length[] offset, Length[] error, FocusMethod focusMethod, Angle[] pointingDirection, boolean[] wasFixed, Temperature ambientTemperature)

Package Functions

 CalFocusRow (CalFocusTable table)
 Create a CalFocusRow.
 CalFocusRow (CalFocusTable table, CalFocusRow row)
 Creates a CalFocusRow using a copy constructor mechanism.
void isAdded ()
Object[] getAttributesValues ()
 Returns all the attributes of an attribute of an ASDM table as an array of Object.


Constructor & Destructor Documentation

alma.asdm.CalFocusRow.CalFocusRow CalFocusTable  table  )  [package]
 

Create a CalFocusRow.

This constructor has package access because only the table can create rows. All rows know the table to which they belong.

Parameters:
table The table to which this row belongs.

alma.asdm.CalFocusRow.CalFocusRow CalFocusTable  table,
CalFocusRow  row
[package]
 

Creates a CalFocusRow using a copy constructor mechanism.

Given a CalFocusRow row and a CalFocusTable table, the method creates a new CalFocusRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.

This constructor has package access because only the table can create rows. All rows know the table to which they belong.

Parameters:
table The table to which this row belongs.
row The row which is to be copied.


Member Function Documentation

boolean alma.asdm.CalFocusRow.compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
String  antennaName,
Frequency[]  frequencyRange,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
ReceiverBand  receiverBand,
Length[]  offset,
Length[]  error,
FocusMethod  focusMethod,
Angle[]  pointingDirection,
boolean[]  wasFixed,
Temperature  ambientTemperature
 

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

boolean alma.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 the CalFocusRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

Temperature alma.asdm.CalFocusRow.getAmbientTemperature  ) 
 

Get ambientTemperature.

Returns:
ambientTemperature as Temperature

String alma.asdm.CalFocusRow.getAntennaName  ) 
 

Get antennaName.

Returns:
antennaName as String

Object [] alma.asdm.CalFocusRow.getAttributesValues  )  [package, virtual]
 

Returns all the attributes of an attribute of an ASDM table as an array of Object.

Returns:
an array of Object.

Implements alma.asdm.ASDMRow.

Tag alma.asdm.CalFocusRow.getCalDataId  ) 
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow alma.asdm.CalFocusRow.getCalDataUsingCalDataId  ) 
 

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

Returns:
a CalDataRow

Tag alma.asdm.CalFocusRow.getCalReductionId  ) 
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow alma.asdm.CalFocusRow.getCalReductionUsingCalReductionId  ) 
 

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

Returns:
a CalReductionRow

ArrayTime alma.asdm.CalFocusRow.getEndValidTime  ) 
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

Length [] alma.asdm.CalFocusRow.getError  ) 
 

Get error.

Returns:
error as Length[]

FocusMethod alma.asdm.CalFocusRow.getFocusMethod  ) 
 

Get focusMethod.

Returns:
focusMethod as FocusMethod

Frequency [] alma.asdm.CalFocusRow.getFrequencyRange  ) 
 

Get frequencyRange.

Returns:
frequencyRange as Frequency[]

Length [] alma.asdm.CalFocusRow.getOffset  ) 
 

Get offset.

Returns:
offset as Length[]

Angle [] alma.asdm.CalFocusRow.getPointingDirection  ) 
 

Get pointingDirection.

Returns:
pointingDirection as Angle[]

ReceiverBand alma.asdm.CalFocusRow.getReceiverBand  ) 
 

Get receiverBand.

Returns:
receiverBand as ReceiverBand

ArrayTime alma.asdm.CalFocusRow.getStartValidTime  ) 
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

CalFocusTable alma.asdm.CalFocusRow.getTable  ) 
 

Return the table to which this row belongs.

boolean [] alma.asdm.CalFocusRow.getWasFixed  ) 
 

Get wasFixed.

Returns:
wasFixed as boolean[]

void alma.asdm.CalFocusRow.setAmbientTemperature Temperature  ambientTemperature  )  throws IllegalAccessException
 

Set ambientTemperature with the specified Temperature value.

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

void alma.asdm.CalFocusRow.setAntennaName String  antennaName  )  throws IllegalAccessException
 

Set antennaName with the specified String value.

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.

void alma.asdm.CalFocusRow.setCalDataId Tag  calDataId  )  throws IllegalAccessException
 

Set calDataId with the specified Tag value.

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.

void alma.asdm.CalFocusRow.setCalReductionId Tag  calReductionId  )  throws IllegalAccessException
 

Set calReductionId with the specified Tag value.

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.

void alma.asdm.CalFocusRow.setEndValidTime ArrayTime  endValidTime  )  throws IllegalAccessException
 

Set endValidTime with the specified ArrayTime value.

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

void alma.asdm.CalFocusRow.setError Length[]  error  )  throws IllegalAccessException
 

Set error with the specified Length[] value.

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

void alma.asdm.CalFocusRow.setFocusMethod FocusMethod  focusMethod  )  throws IllegalAccessException
 

Set focusMethod with the specified FocusMethod value.

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

void alma.asdm.CalFocusRow.setFrequencyRange Frequency[]  frequencyRange  )  throws IllegalAccessException
 

Set frequencyRange with the specified Frequency[] value.

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

void alma.asdm.CalFocusRow.setFromIDL CalFocusRowIDL  x  )  throws 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.

void alma.asdm.CalFocusRow.setFromXML String  rowDoc  )  throws 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.
Exceptions:
ConversionException. 

void alma.asdm.CalFocusRow.setOffset Length[]  offset  )  throws IllegalAccessException
 

Set offset with the specified Length[] value.

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

void alma.asdm.CalFocusRow.setPointingDirection Angle[]  pointingDirection  )  throws IllegalAccessException
 

Set pointingDirection with the specified Angle[] value.

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

void alma.asdm.CalFocusRow.setReceiverBand ReceiverBand  receiverBand  )  throws IllegalAccessException
 

Set receiverBand with the specified ReceiverBand value.

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.

void alma.asdm.CalFocusRow.setStartValidTime ArrayTime  startValidTime  )  throws IllegalAccessException
 

Set startValidTime with the specified ArrayTime value.

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

void alma.asdm.CalFocusRow.setWasFixed boolean[]  wasFixed  )  throws IllegalAccessException
 

Set wasFixed with the specified boolean[] value.

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

CalFocusRowIDL alma.asdm.CalFocusRow.toIDL  ) 
 

Return this row in the form of an IDL struct.

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

String alma.asdm.CalFocusRow.toXML  )  throws ConversionException
 

Return this row in the form of an XML string.

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


The documentation for this class was generated from the following file:
Generated on Tue Nov 18 17:46:44 2008 for ASDM Java Implementation by doxygen 1.3.8