alma.asdm.CalFocusModelRow Class Reference

Inherits alma.asdm.ASDMRow.

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

CalFocusModelTable getTable ()
 Return the table to which this row belongs.
CalFocusModelRowIDL toIDL ()
 Return this row in the form of an IDL struct.
void setFromIDL (CalFocusModelRowIDL x) throws ConversionException
 Fill the values of this row from the IDL struct CalFocusModelRowIDL.
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.
int getNumCoeff ()
 Get numCoeff.
void setNumCoeff (int numCoeff)
 Set numCoeff with the specified int value.
ArrayTime getStartValidTime ()
 Get startValidTime.
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime value.
ArrayTime getEndValidTime ()
 Get endValidTime.
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime value.
Length[] getFocusRMS ()
 Get focusRMS.
void setFocusRMS (Length[] focusRMS)
 Set focusRMS with the specified Length[] value.
String[][] getCoeffName ()
 Get coeffName.
void setCoeffName (String[][] coeffName)
 Set coeffName with the specified String[][] value.
String[][] getCoeffFormula ()
 Get coeffFormula.
void setCoeffFormula (String[][] coeffFormula)
 Set coeffFormula with the specified String[][] value.
float[][] getCoeffValue ()
 Get coeffValue.
void setCoeffValue (float[][] coeffValue)
 Set coeffValue with the specified float[][] value.
float[][] getCoeffError ()
 Get coeffError.
void setCoeffError (float[][] coeffError)
 Set coeffError with the specified float[][] value.
boolean[][] getCoeffFixed ()
 Get coeffFixed.
void setCoeffFixed (boolean[][] coeffFixed)
 Set coeffFixed with the specified boolean[][] value.
String getFocusModel ()
 Get focusModel.
void setFocusModel (String focusModel)
 Set focusModel with the specified String value.
int getNumSourceObs ()
 Get numSourceObs.
void setNumSourceObs (int numSourceObs)
 Set numSourceObs with the specified int value.
ReceiverBand getReceiverBand ()
 Get receiverBand.
void setReceiverBand (ReceiverBand receiverBand) throws IllegalAccessException
 Set receiverBand with the specified ReceiverBand value.
AntennaMake getAntennaMake ()
 Get antennaMake.
void setAntennaMake (AntennaMake antennaMake)
 Set antennaMake with the specified AntennaMake 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, ReceiverBand receiverBand, int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, Length[] focusRMS, String[][] coeffName, String[][] coeffFormula, float[][] coeffValue, float[][] coeffError, boolean[][] coeffFixed, String focusModel, int numSourceObs, AntennaMake antennaMake)
 Compare each attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.
boolean equalByRequiredValue (CalFocusModelRow x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
boolean compareRequiredValue (int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, Length[] focusRMS, String[][] coeffName, String[][] coeffFormula, float[][] coeffValue, float[][] coeffError, boolean[][] coeffFixed, String focusModel, int numSourceObs, AntennaMake antennaMake)

Package Functions

 CalFocusModelRow (CalFocusModelTable table)
 Create a CalFocusModelRow.
 CalFocusModelRow (CalFocusModelTable table, CalFocusModelRow row)
 Creates a CalFocusModelRow 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.CalFocusModelRow.CalFocusModelRow ( CalFocusModelTable  table  )  [package]

Create a CalFocusModelRow.

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.CalFocusModelRow.CalFocusModelRow ( CalFocusModelTable  table,
CalFocusModelRow  row 
) [package]

Creates a CalFocusModelRow using a copy constructor mechanism.

Given a CalFocusModelRow row and a CalFocusModelTable table, the method creates a new CalFocusModelRow 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

CalFocusModelRowIDL alma.asdm.CalFocusModelRow.toIDL (  ) 

Return this row in the form of an IDL struct.

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

void alma.asdm.CalFocusModelRow.setFromIDL ( CalFocusModelRowIDL  x  )  throws 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 alma.asdm.CalFocusModelRow.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. 

void alma.asdm.CalFocusModelRow.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. 

String alma.asdm.CalFocusModelRow.getAntennaName (  ) 

Get antennaName.

Returns:
antennaName as String

void alma.asdm.CalFocusModelRow.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.

int alma.asdm.CalFocusModelRow.getNumCoeff (  ) 

Get numCoeff.

Returns:
numCoeff as int

void alma.asdm.CalFocusModelRow.setNumCoeff ( int  numCoeff  ) 

Set numCoeff with the specified int value.

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

ArrayTime alma.asdm.CalFocusModelRow.getStartValidTime (  ) 

Get startValidTime.

Returns:
startValidTime as ArrayTime

void alma.asdm.CalFocusModelRow.setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime value.

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

ArrayTime alma.asdm.CalFocusModelRow.getEndValidTime (  ) 

Get endValidTime.

Returns:
endValidTime as ArrayTime

void alma.asdm.CalFocusModelRow.setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime value.

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

Length [] alma.asdm.CalFocusModelRow.getFocusRMS (  ) 

Get focusRMS.

Returns:
focusRMS as Length[]

void alma.asdm.CalFocusModelRow.setFocusRMS ( Length[]  focusRMS  ) 

Set focusRMS with the specified Length[] value.

Parameters:
focusRMS The Length[] value to which focusRMS is to be set.

String [][] alma.asdm.CalFocusModelRow.getCoeffName (  ) 

Get coeffName.

Returns:
coeffName as String[][]

void alma.asdm.CalFocusModelRow.setCoeffName ( String  coeffName[][]  ) 

Set coeffName with the specified String[][] value.

Parameters:
coeffName The String[][] value to which coeffName is to be set.

String [][] alma.asdm.CalFocusModelRow.getCoeffFormula (  ) 

Get coeffFormula.

Returns:
coeffFormula as String[][]

void alma.asdm.CalFocusModelRow.setCoeffFormula ( String  coeffFormula[][]  ) 

Set coeffFormula with the specified String[][] value.

Parameters:
coeffFormula The String[][] value to which coeffFormula is to be set.

float [][] alma.asdm.CalFocusModelRow.getCoeffValue (  ) 

Get coeffValue.

Returns:
coeffValue as float[][]

void alma.asdm.CalFocusModelRow.setCoeffValue ( float  coeffValue[][]  ) 

Set coeffValue with the specified float[][] value.

Parameters:
coeffValue The float[][] value to which coeffValue is to be set.

float [][] alma.asdm.CalFocusModelRow.getCoeffError (  ) 

Get coeffError.

Returns:
coeffError as float[][]

void alma.asdm.CalFocusModelRow.setCoeffError ( float  coeffError[][]  ) 

Set coeffError with the specified float[][] value.

Parameters:
coeffError The float[][] value to which coeffError is to be set.

boolean [][] alma.asdm.CalFocusModelRow.getCoeffFixed (  ) 

Get coeffFixed.

Returns:
coeffFixed as boolean[][]

void alma.asdm.CalFocusModelRow.setCoeffFixed ( boolean  coeffFixed[][]  ) 

Set coeffFixed with the specified boolean[][] value.

Parameters:
coeffFixed The boolean[][] value to which coeffFixed is to be set.

String alma.asdm.CalFocusModelRow.getFocusModel (  ) 

Get focusModel.

Returns:
focusModel as String

void alma.asdm.CalFocusModelRow.setFocusModel ( String  focusModel  ) 

Set focusModel with the specified String value.

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

int alma.asdm.CalFocusModelRow.getNumSourceObs (  ) 

Get numSourceObs.

Returns:
numSourceObs as int

void alma.asdm.CalFocusModelRow.setNumSourceObs ( int  numSourceObs  ) 

Set numSourceObs with the specified int value.

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

ReceiverBand alma.asdm.CalFocusModelRow.getReceiverBand (  ) 

Get receiverBand.

Returns:
receiverBand as ReceiverBand

void alma.asdm.CalFocusModelRow.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.

AntennaMake alma.asdm.CalFocusModelRow.getAntennaMake (  ) 

Get antennaMake.

Returns:
antennaMake as AntennaMake

void alma.asdm.CalFocusModelRow.setAntennaMake ( AntennaMake  antennaMake  ) 

Set antennaMake with the specified AntennaMake value.

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

Tag alma.asdm.CalFocusModelRow.getCalDataId (  ) 

Get calDataId.

Returns:
calDataId as Tag

void alma.asdm.CalFocusModelRow.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.

Tag alma.asdm.CalFocusModelRow.getCalReductionId (  ) 

Get calReductionId.

Returns:
calReductionId as Tag

void alma.asdm.CalFocusModelRow.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.

CalDataRow alma.asdm.CalFocusModelRow.getCalDataUsingCalDataId (  ) 

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

Returns:
a CalDataRow

CalReductionRow alma.asdm.CalFocusModelRow.getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow

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

Object [] alma.asdm.CalFocusModelRow.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.


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 16:47:21 2007 for ASDM Java Implementation by  doxygen 1.5.1