Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
ReceiverTable | getTable () |
Return the table to which this row belongs. | |
ReceiverRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (ReceiverRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct ReceiverRowIDL. | |
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. | |
ArrayTimeInterval | getTimeInterval () |
Get timeInterval. | |
void | setTimeInterval (ArrayTimeInterval timeInterval) throws IllegalAccessException |
Set timeInterval with the specified ArrayTimeInterval value. | |
int | getNumLo () |
Get numLo. | |
void | setNumLo (int numLo) throws IllegalAccessException |
Set numLo with the specified int value. | |
String | getName () |
Get name. | |
void | setName (String name) throws IllegalAccessException |
Set name with the specified String value. | |
ReceiverBand | getFrequencyBand () |
Get frequencyBand. | |
void | setFrequencyBand (ReceiverBand frequencyBand) throws IllegalAccessException |
Set frequencyBand with the specified ReceiverBand value. | |
Frequency[] | getFreqLo () |
Get freqLo. | |
void | setFreqLo (Frequency[] freqLo) throws IllegalAccessException |
Set freqLo with the specified Frequency[] value. | |
ReceiverSideband | getReceiverSideband () |
Get receiverSideband. | |
void | setReceiverSideband (ReceiverSideband receiverSideband) throws IllegalAccessException |
Set receiverSideband with the specified ReceiverSideband value. | |
int[] | getSidebandLo () |
Get sidebandLo. | |
void | setSidebandLo (int[] sidebandLo) throws IllegalAccessException |
Set sidebandLo with the specified int[] value. | |
boolean | isDewarNameExists () |
The attribute dewarName is optional. | |
String | getDewarName () throws IllegalAccessException |
Get dewarName, which is optional. | |
void | setDewarName (String dewarName) |
Set dewarName with the specified String value. | |
void | clearDewarName () |
Mark dewarName, which is an optional field, as non-existent. | |
Temperature | getTDewar () |
Get tDewar. | |
void | setTDewar (Temperature tDewar) throws IllegalAccessException |
Set tDewar with the specified Temperature value. | |
Interval | getStabilityDuration () |
Get stabilityDuration. | |
void | setStabilityDuration (Interval stabilityDuration) throws IllegalAccessException |
Set stabilityDuration with the specified Interval value. | |
double | getStability () |
Get stability. | |
void | setStability (double stability) throws IllegalAccessException |
Set stability with the specified double value. | |
boolean | isStabilityflagExists () |
The attribute stabilityflag is optional. | |
boolean | getStabilityflag () throws IllegalAccessException |
Get stabilityflag, which is optional. | |
void | setStabilityflag (boolean stabilityflag) |
Set stabilityflag with the specified boolean value. | |
void | clearStabilityflag () |
Mark stabilityflag, which is an optional field, as non-existent. | |
int | getReceiverId () |
Get receiverId. | |
Tag | getSpectralWindowId () |
Get spectralWindowId. | |
void | setSpectralWindowId (Tag spectralWindowId) throws IllegalAccessException |
Set spectralWindowId with the specified Tag value. | |
SpectralWindowRow | getSpectralWindowUsingSpectralWindowId () |
Returns the pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId. | |
boolean | compareNoAutoInc (Tag spectralWindowId, ArrayTimeInterval timeInterval, int numLo, String name, ReceiverBand frequencyBand, Frequency[] freqLo, ReceiverSideband receiverSideband, int[] sidebandLo, Temperature tDewar, Interval stabilityDuration, double stability) |
Compare each attribute except the autoincrementable one of this ReceiverRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (ReceiverRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (int numLo, String name, ReceiverBand frequencyBand, Frequency[] freqLo, ReceiverSideband receiverSideband, int[] sidebandLo, Temperature tDewar, Interval stabilityDuration, double stability) |
Protected Member Functions | |
void | setReceiverId (int receiverId) throws IllegalAccessException |
Set receiverId with the specified int value. | |
Package Functions | |
ReceiverRow (ReceiverTable table) | |
Create a ReceiverRow. | |
ReceiverRow (ReceiverTable table, ReceiverRow row) | |
Creates a ReceiverRow 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. | |
Package Attributes | |
ArrayTimeInterval | timeInterval |
|
Create a ReceiverRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a ReceiverRow using a copy constructor mechanism. Given a ReceiverRow row and a ReceiverTable table, the method creates a new ReceiverRow 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.
|
|
Mark dewarName, which is an optional field, as non-existent.
|
|
Mark stabilityflag, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this ReceiverRow with the corresponding parameters and return true if there is a match and false otherwise.
|
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get dewarName, which is optional.
|
|
Get freqLo.
|
|
Get frequencyBand.
|
|
Get name.
|
|
Get numLo.
|
|
Get receiverId.
|
|
Get receiverSideband.
|
|
Get sidebandLo.
|
|
Get spectralWindowId.
|
|
Returns the pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId.
|
|
Get stability.
|
|
Get stabilityDuration.
|
|
Get stabilityflag, which is optional.
|
|
Return the table to which this row belongs.
|
|
Get tDewar.
|
|
Get timeInterval.
|
|
The attribute dewarName is optional. Return true if this attribute exists.
|
|
The attribute stabilityflag is optional. Return true if this attribute exists.
|
|
Set dewarName with the specified String value.
|
|
Set freqLo with the specified Frequency[] value.
|
|
Set frequencyBand with the specified ReceiverBand value.
|
|
Fill the values of this row from the IDL struct ReceiverRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set name with the specified String value.
|
|
Set numLo with the specified int value.
|
|
Set receiverId with the specified int value.
|
|
Set receiverSideband with the specified ReceiverSideband value.
|
|
Set sidebandLo with the specified int[] value.
|
|
Set spectralWindowId with the specified Tag value.
|
|
Set stability with the specified double value.
|
|
Set stabilityDuration with the specified Interval value.
|
|
Set stabilityflag with the specified boolean value.
|
|
Set tDewar with the specified Temperature value.
|
|
Set timeInterval with the specified ArrayTimeInterval value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|