alma.asdm.CalPrimaryBeamRow Class Reference

Inherits alma.asdm.ASDMRow.

List of all members.


Detailed Description

The CalPrimaryBeamRow class is a row of a CalPrimaryBeamTable.

Generated from model's revision 1.46, branch HEAD


Public Member Functions

CalPrimaryBeamTable getTable ()
 Return the table to which this row belongs.
CalPrimaryBeamRowIDL toIDL ()
 Return this row in the form of an IDL struct.
void setFromIDL (CalPrimaryBeamRowIDL x) throws ConversionException
 Fill the values of this row from the IDL struct CalPrimaryBeamRowIDL.
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) throws IllegalAccessException
 Set antennaMake with the specified AntennaMake value.
int getNumReceptor ()
 Get numReceptor.
void setNumReceptor (int numReceptor) throws IllegalAccessException
 Set numReceptor with the specified int value.
PolarizationType[] getPolarizationTypes ()
 Get polarizationTypes.
void setPolarizationTypes (PolarizationType[] polarizationTypes) throws IllegalAccessException
 Set polarizationTypes with the specified PolarizationType[] 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.
Frequency[] getFrequencyRange ()
 Get frequencyRange.
void setFrequencyRange (Frequency[] frequencyRange) throws IllegalAccessException
 Set frequencyRange with the specified Frequency[] value.
ReceiverBand getReceiverBand ()
 Get receiverBand.
void setReceiverBand (ReceiverBand receiverBand) throws IllegalAccessException
 Set receiverBand with the specified ReceiverBand value.
EntityRef getBeamMapUID ()
 Get beamMapUID.
void setBeamMapUID (EntityRef beamMapUID) throws IllegalAccessException
 Set beamMapUID with the specified EntityRef value.
float getRelativeAmplitudeRms ()
 Get relativeAmplitudeRms.
void setRelativeAmplitudeRms (float relativeAmplitudeRms) throws IllegalAccessException
 Set relativeAmplitudeRms with the specified float 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 numReceptor, PolarizationType[] polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] frequencyRange, ReceiverBand receiverBand, EntityRef beamMapUID, float relativeAmplitudeRms)
 Compare each attribute except the autoincrementable one of this CalPrimaryBeamRow with the corresponding parameters and return true if there is a match and false otherwise.
boolean equalByRequiredValue (CalPrimaryBeamRow 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 numReceptor, PolarizationType[] polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, Frequency[] frequencyRange, ReceiverBand receiverBand, EntityRef beamMapUID, float relativeAmplitudeRms)

Package Functions

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

Create a CalPrimaryBeamRow.

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.CalPrimaryBeamRow.CalPrimaryBeamRow CalPrimaryBeamTable  table,
CalPrimaryBeamRow  row
[package]
 

Creates a CalPrimaryBeamRow using a copy constructor mechanism.

Given a CalPrimaryBeamRow row and a CalPrimaryBeamTable table, the method creates a new CalPrimaryBeamRow 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.CalPrimaryBeamRow.compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
String  antennaName,
AntennaMake  antennaMake,
int  numReceptor,
PolarizationType[]  polarizationTypes,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
Frequency[]  frequencyRange,
ReceiverBand  receiverBand,
EntityRef  beamMapUID,
float  relativeAmplitudeRms
 

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

boolean alma.asdm.CalPrimaryBeamRow.equalByRequiredValue CalPrimaryBeamRow  x  ) 
 

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

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

AntennaMake alma.asdm.CalPrimaryBeamRow.getAntennaMake  ) 
 

Get antennaMake.

Returns:
antennaMake as AntennaMake

String alma.asdm.CalPrimaryBeamRow.getAntennaName  ) 
 

Get antennaName.

Returns:
antennaName as String

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

EntityRef alma.asdm.CalPrimaryBeamRow.getBeamMapUID  ) 
 

Get beamMapUID.

Returns:
beamMapUID as EntityRef

Tag alma.asdm.CalPrimaryBeamRow.getCalDataId  ) 
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow alma.asdm.CalPrimaryBeamRow.getCalDataUsingCalDataId  ) 
 

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

Returns:
a CalDataRow

Tag alma.asdm.CalPrimaryBeamRow.getCalReductionId  ) 
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow alma.asdm.CalPrimaryBeamRow.getCalReductionUsingCalReductionId  ) 
 

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

Returns:
a CalReductionRow

ArrayTime alma.asdm.CalPrimaryBeamRow.getEndValidTime  ) 
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

Frequency [] alma.asdm.CalPrimaryBeamRow.getFrequencyRange  ) 
 

Get frequencyRange.

Returns:
frequencyRange as Frequency[]

int alma.asdm.CalPrimaryBeamRow.getNumReceptor  ) 
 

Get numReceptor.

Returns:
numReceptor as int

PolarizationType [] alma.asdm.CalPrimaryBeamRow.getPolarizationTypes  ) 
 

Get polarizationTypes.

Returns:
polarizationTypes as PolarizationType[]

ReceiverBand alma.asdm.CalPrimaryBeamRow.getReceiverBand  ) 
 

Get receiverBand.

Returns:
receiverBand as ReceiverBand

float alma.asdm.CalPrimaryBeamRow.getRelativeAmplitudeRms  ) 
 

Get relativeAmplitudeRms.

Returns:
relativeAmplitudeRms as float

ArrayTime alma.asdm.CalPrimaryBeamRow.getStartValidTime  ) 
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

CalPrimaryBeamTable alma.asdm.CalPrimaryBeamRow.getTable  ) 
 

Return the table to which this row belongs.

void alma.asdm.CalPrimaryBeamRow.setAntennaMake AntennaMake  antennaMake  )  throws IllegalAccessException
 

Set antennaMake with the specified AntennaMake value.

Parameters:
antennaMake The AntennaMake value to which antennaMake 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.CalPrimaryBeamRow.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.CalPrimaryBeamRow.setBeamMapUID EntityRef  beamMapUID  )  throws IllegalAccessException
 

Set beamMapUID with the specified EntityRef value.

Parameters:
beamMapUID The EntityRef value to which beamMapUID 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.CalPrimaryBeamRow.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.CalPrimaryBeamRow.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.CalPrimaryBeamRow.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.CalPrimaryBeamRow.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.CalPrimaryBeamRow.setFromIDL CalPrimaryBeamRowIDL  x  )  throws ConversionException
 

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

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

void alma.asdm.CalPrimaryBeamRow.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.CalPrimaryBeamRow.setNumReceptor int  numReceptor  )  throws IllegalAccessException
 

Set numReceptor with the specified int value.

Parameters:
numReceptor The int value to which numReceptor 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.CalPrimaryBeamRow.setPolarizationTypes PolarizationType[]  polarizationTypes  )  throws IllegalAccessException
 

Set polarizationTypes with the specified PolarizationType[] value.

Parameters:
polarizationTypes The PolarizationType[] value to which polarizationTypes 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.CalPrimaryBeamRow.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.CalPrimaryBeamRow.setRelativeAmplitudeRms float  relativeAmplitudeRms  )  throws IllegalAccessException
 

Set relativeAmplitudeRms with the specified float value.

Parameters:
relativeAmplitudeRms The float value to which relativeAmplitudeRms 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.CalPrimaryBeamRow.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.

CalPrimaryBeamRowIDL alma.asdm.CalPrimaryBeamRow.toIDL  ) 
 

Return this row in the form of an IDL struct.

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

String alma.asdm.CalPrimaryBeamRow.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:45 2008 for ASDM Java Implementation by doxygen 1.3.8