alma.asdm.CalHolographyRow Class Reference

Inherits alma.asdm.ASDMRow.

List of all members.


Detailed Description

The CalHolographyRow class is a row of a CalHolographyTable.

Generated from model's revision 1.41, branch HEAD


Public Member Functions

CalHolographyTable getTable ()
 Return the table to which this row belongs.
CalHolographyRowIDL toIDL ()
 Return this row in the form of an IDL struct.
void setFromIDL (CalHolographyRowIDL x) throws ConversionException
 Fill the values of this row from the IDL struct CalHolographyRowIDL.
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.
AntennaMake getAntennaMake ()
 Get antennaMake.
void setAntennaMake (AntennaMake antennaMake)
 Set antennaMake with the specified AntennaMake value.
int getNumScrew ()
 Get numScrew.
void setNumScrew (int numScrew)
 Set numScrew with the specified int value.
int getNumReceptor ()
 Get numReceptor.
void setNumReceptor (int numReceptor)
 Set numReceptor 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[] getFocusPosition ()
 Get focusPosition.
void setFocusPosition (Length[] focusPosition)
 Set focusPosition with the specified Length[] value.
Length getRawRms ()
 Get rawRms.
void setRawRms (Length rawRms)
 Set rawRms with the specified Length value.
Length getWeightedRms ()
 Get weightedRms.
void setWeightedRms (Length weightedRms)
 Set weightedRms with the specified Length value.
String[] getScrewName ()
 Get screwName.
void setScrewName (String[] screwName)
 Set screwName with the specified String[] value.
Length[] getScrewMotion ()
 Get screwMotion.
void setScrewMotion (Length[] screwMotion)
 Set screwMotion with the specified Length[] value.
Length[] getScrewMotionError ()
 Get screwMotionError.
void setScrewMotionError (Length[] screwMotionError)
 Set screwMotionError with the specified Length[] value.
int getPanelModes ()
 Get panelModes.
void setPanelModes (int panelModes)
 Set panelModes with the specified int value.
Frequency[] getFrequencyRange ()
 Get frequencyRange.
void setFrequencyRange (Frequency[] frequencyRange)
 Set frequencyRange with the specified Frequency[] value.
EntityRef getBeamMapUID ()
 Get beamMapUID.
void setBeamMapUID (EntityRef beamMapUID)
 Set beamMapUID with the specified EntityRef value.
EntityRef getSurfaceMapUID ()
 Get surfaceMapUID.
void setSurfaceMapUID (EntityRef surfaceMapUID)
 Set surfaceMapUID with the specified EntityRef value.
PolarizationType[] getPolarizationTypes ()
 Get polarizationTypes.
void setPolarizationTypes (PolarizationType[] polarizationTypes)
 Set polarizationTypes with the specified PolarizationType[] value.
ReceiverBand getReceiverBand ()
 Get receiverBand.
void setReceiverBand (ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBand value.
Angle[] getDirection ()
 Get direction.
void setDirection (Angle[] direction)
 Set direction with the specified Angle[] value.
Temperature getAmbientTemperature ()
 Get ambientTemperature.
void setAmbientTemperature (Temperature ambientTemperature)
 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.
CalReductionRow getCalReductionUsingCalReductionId ()
 Returns the pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId.
CalDataRow getCalDataUsingCalDataId ()
 Returns the pointer to the row in the CalData table having CalData.calDataId == calDataId.
boolean compareNoAutoInc (Tag calDataId, Tag calReductionId, String antennaName, AntennaMake antennaMake, int numScrew, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, Length[] focusPosition, Length rawRms, Length weightedRms, String[] screwName, Length[] screwMotion, Length[] screwMotionError, int panelModes, Frequency[] frequencyRange, EntityRef beamMapUID, EntityRef surfaceMapUID, PolarizationType[] polarizationTypes, ReceiverBand receiverBand, Angle[] direction, Temperature ambientTemperature)
 Compare each attribute except the autoincrementable one of this CalHolographyRow with the corresponding parameters and return true if there is a match and false otherwise.
boolean equalByRequiredValue (CalHolographyRow x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
boolean compareRequiredValue (AntennaMake antennaMake, int numScrew, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, Length[] focusPosition, Length rawRms, Length weightedRms, String[] screwName, Length[] screwMotion, Length[] screwMotionError, int panelModes, Frequency[] frequencyRange, EntityRef beamMapUID, EntityRef surfaceMapUID, PolarizationType[] polarizationTypes, ReceiverBand receiverBand, Angle[] direction, Temperature ambientTemperature)

Package Functions

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

Create a CalHolographyRow.

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

Creates a CalHolographyRow using a copy constructor mechanism.

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

CalHolographyRowIDL alma.asdm.CalHolographyRow.toIDL (  ) 

Return this row in the form of an IDL struct.

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

void alma.asdm.CalHolographyRow.setFromIDL ( CalHolographyRowIDL  x  )  throws ConversionException

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

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

String alma.asdm.CalHolographyRow.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.CalHolographyRow.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.CalHolographyRow.getAntennaName (  ) 

Get antennaName.

Returns:
antennaName as String

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

AntennaMake alma.asdm.CalHolographyRow.getAntennaMake (  ) 

Get antennaMake.

Returns:
antennaMake as AntennaMake

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

Set antennaMake with the specified AntennaMake value.

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

int alma.asdm.CalHolographyRow.getNumScrew (  ) 

Get numScrew.

Returns:
numScrew as int

void alma.asdm.CalHolographyRow.setNumScrew ( int  numScrew  ) 

Set numScrew with the specified int value.

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

int alma.asdm.CalHolographyRow.getNumReceptor (  ) 

Get numReceptor.

Returns:
numReceptor as int

void alma.asdm.CalHolographyRow.setNumReceptor ( int  numReceptor  ) 

Set numReceptor with the specified int value.

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

ArrayTime alma.asdm.CalHolographyRow.getStartValidTime (  ) 

Get startValidTime.

Returns:
startValidTime as ArrayTime

void alma.asdm.CalHolographyRow.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.CalHolographyRow.getEndValidTime (  ) 

Get endValidTime.

Returns:
endValidTime as ArrayTime

void alma.asdm.CalHolographyRow.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.CalHolographyRow.getFocusPosition (  ) 

Get focusPosition.

Returns:
focusPosition as Length[]

void alma.asdm.CalHolographyRow.setFocusPosition ( Length[]  focusPosition  ) 

Set focusPosition with the specified Length[] value.

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

Length alma.asdm.CalHolographyRow.getRawRms (  ) 

Get rawRms.

Returns:
rawRms as Length

void alma.asdm.CalHolographyRow.setRawRms ( Length  rawRms  ) 

Set rawRms with the specified Length value.

Parameters:
rawRms The Length value to which rawRms is to be set.

Length alma.asdm.CalHolographyRow.getWeightedRms (  ) 

Get weightedRms.

Returns:
weightedRms as Length

void alma.asdm.CalHolographyRow.setWeightedRms ( Length  weightedRms  ) 

Set weightedRms with the specified Length value.

Parameters:
weightedRms The Length value to which weightedRms is to be set.

String [] alma.asdm.CalHolographyRow.getScrewName (  ) 

Get screwName.

Returns:
screwName as String[]

void alma.asdm.CalHolographyRow.setScrewName ( String[]  screwName  ) 

Set screwName with the specified String[] value.

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

Length [] alma.asdm.CalHolographyRow.getScrewMotion (  ) 

Get screwMotion.

Returns:
screwMotion as Length[]

void alma.asdm.CalHolographyRow.setScrewMotion ( Length[]  screwMotion  ) 

Set screwMotion with the specified Length[] value.

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

Length [] alma.asdm.CalHolographyRow.getScrewMotionError (  ) 

Get screwMotionError.

Returns:
screwMotionError as Length[]

void alma.asdm.CalHolographyRow.setScrewMotionError ( Length[]  screwMotionError  ) 

Set screwMotionError with the specified Length[] value.

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

int alma.asdm.CalHolographyRow.getPanelModes (  ) 

Get panelModes.

Returns:
panelModes as int

void alma.asdm.CalHolographyRow.setPanelModes ( int  panelModes  ) 

Set panelModes with the specified int value.

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

Frequency [] alma.asdm.CalHolographyRow.getFrequencyRange (  ) 

Get frequencyRange.

Returns:
frequencyRange as Frequency[]

void alma.asdm.CalHolographyRow.setFrequencyRange ( Frequency[]  frequencyRange  ) 

Set frequencyRange with the specified Frequency[] value.

Parameters:
frequencyRange The Frequency[] value to which frequencyRange is to be set.

EntityRef alma.asdm.CalHolographyRow.getBeamMapUID (  ) 

Get beamMapUID.

Returns:
beamMapUID as EntityRef

void alma.asdm.CalHolographyRow.setBeamMapUID ( EntityRef  beamMapUID  ) 

Set beamMapUID with the specified EntityRef value.

Parameters:
beamMapUID The EntityRef value to which beamMapUID is to be set.

EntityRef alma.asdm.CalHolographyRow.getSurfaceMapUID (  ) 

Get surfaceMapUID.

Returns:
surfaceMapUID as EntityRef

void alma.asdm.CalHolographyRow.setSurfaceMapUID ( EntityRef  surfaceMapUID  ) 

Set surfaceMapUID with the specified EntityRef value.

Parameters:
surfaceMapUID The EntityRef value to which surfaceMapUID is to be set.

PolarizationType [] alma.asdm.CalHolographyRow.getPolarizationTypes (  ) 

Get polarizationTypes.

Returns:
polarizationTypes as PolarizationType[]

void alma.asdm.CalHolographyRow.setPolarizationTypes ( PolarizationType[]  polarizationTypes  ) 

Set polarizationTypes with the specified PolarizationType[] value.

Parameters:
polarizationTypes The PolarizationType[] value to which polarizationTypes is to be set.

ReceiverBand alma.asdm.CalHolographyRow.getReceiverBand (  ) 

Get receiverBand.

Returns:
receiverBand as ReceiverBand

void alma.asdm.CalHolographyRow.setReceiverBand ( ReceiverBand  receiverBand  ) 

Set receiverBand with the specified ReceiverBand value.

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

Angle [] alma.asdm.CalHolographyRow.getDirection (  ) 

Get direction.

Returns:
direction as Angle[]

void alma.asdm.CalHolographyRow.setDirection ( Angle[]  direction  ) 

Set direction with the specified Angle[] value.

Parameters:
direction The Angle[] value to which direction is to be set.

Temperature alma.asdm.CalHolographyRow.getAmbientTemperature (  ) 

Get ambientTemperature.

Returns:
ambientTemperature as Temperature

void alma.asdm.CalHolographyRow.setAmbientTemperature ( Temperature  ambientTemperature  ) 

Set ambientTemperature with the specified Temperature value.

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

Tag alma.asdm.CalHolographyRow.getCalDataId (  ) 

Get calDataId.

Returns:
calDataId as Tag

void alma.asdm.CalHolographyRow.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.CalHolographyRow.getCalReductionId (  ) 

Get calReductionId.

Returns:
calReductionId as Tag

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

CalReductionRow alma.asdm.CalHolographyRow.getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow

CalDataRow alma.asdm.CalHolographyRow.getCalDataUsingCalDataId (  ) 

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

Returns:
a CalDataRow

boolean alma.asdm.CalHolographyRow.equalByRequiredValue ( CalHolographyRow  x  ) 

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

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

Object [] alma.asdm.CalHolographyRow.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:22 2007 for ASDM Java Implementation by  doxygen 1.5.1