Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
AntennaTable | getTable () |
Return the table to which this row belongs. | |
AntennaRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (AntennaRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct AntennaRowIDL. | |
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. | |
Tag | getAntennaId () |
Get antennaId. | |
String | getName () |
Get name. | |
void | setName (String name) throws IllegalAccessException |
Set name with the specified String value. | |
AntennaMake | getAntennaMake () |
Get antennaMake. | |
void | setAntennaMake (AntennaMake antennaMake) throws IllegalAccessException |
Set antennaMake with the specified AntennaMake value. | |
AntennaType | getAntennaType () |
Get antennaType. | |
void | setAntennaType (AntennaType antennaType) throws IllegalAccessException |
Set antennaType with the specified AntennaType value. | |
Length | getXPosition () |
Get xPosition. | |
void | setXPosition (Length xPosition) throws IllegalAccessException |
Set xPosition with the specified Length value. | |
Length | getYPosition () |
Get yPosition. | |
void | setYPosition (Length yPosition) throws IllegalAccessException |
Set yPosition with the specified Length value. | |
Length | getZPosition () |
Get zPosition. | |
void | setZPosition (Length zPosition) throws IllegalAccessException |
Set zPosition with the specified Length value. | |
ArrayTime | getTime () |
Get time. | |
void | setTime (ArrayTime time) throws IllegalAccessException |
Set time with the specified ArrayTime value. | |
Length | getXOffset () |
Get xOffset. | |
void | setXOffset (Length xOffset) throws IllegalAccessException |
Set xOffset with the specified Length value. | |
Length | getYOffset () |
Get yOffset. | |
void | setYOffset (Length yOffset) throws IllegalAccessException |
Set yOffset with the specified Length value. | |
Length | getZOffset () |
Get zOffset. | |
void | setZOffset (Length zOffset) throws IllegalAccessException |
Set zOffset with the specified Length value. | |
Length | getDishDiameter () |
Get dishDiameter. | |
void | setDishDiameter (Length dishDiameter) throws IllegalAccessException |
Set dishDiameter with the specified Length value. | |
boolean | getFlagRow () |
Get flagRow. | |
void | setFlagRow (boolean flagRow) throws IllegalAccessException |
Set flagRow with the specified boolean value. | |
boolean | isAssocAntennaIdExists () |
The attribute assocAntennaId is optional. | |
Tag | getAssocAntennaId () throws IllegalAccessException |
Get assocAntennaId, which is optional. | |
void | setAssocAntennaId (Tag assocAntennaId) |
Set assocAntennaId with the specified Tag value. | |
void | clearAssocAntennaId () |
Mark assocAntennaId, which is an optional field, as non-existent. | |
Tag | getStationId () |
Get stationId. | |
void | setStationId (Tag stationId) throws IllegalAccessException |
Set stationId with the specified Tag value. | |
boolean | isAssociatedAntennaExists () |
The link to table Antenna is optional. | |
AntennaRow | getAssociatedAntenna () throws NoSuchRow |
Get the optional row in table Antenna by traversing the defined link to that table. | |
void | setAssociatedAntennaLink (Tag assocAntennaId) |
Set the values of the link attributes needed to link this row to a row in table Antenna. | |
StationRow | getStationUsingStationId () |
Returns the pointer to the row in the Station table having Station.stationId == stationId. | |
boolean | compareNoAutoInc (Tag stationId, String name, AntennaMake antennaMake, AntennaType antennaType, Length xPosition, Length yPosition, Length zPosition, ArrayTime time, Length xOffset, Length yOffset, Length zOffset, Length dishDiameter, boolean flagRow) |
Compare each attribute except the autoincrementable one of this AntennaRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (AntennaRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (Tag stationId, String name, AntennaMake antennaMake, AntennaType antennaType, Length xPosition, Length yPosition, Length zPosition, ArrayTime time, Length xOffset, Length yOffset, Length zOffset, Length dishDiameter, boolean flagRow) |
Protected Member Functions | |
void | setAntennaId (Tag antennaId) throws IllegalAccessException |
Set antennaId with the specified Tag value. | |
Package Functions | |
AntennaRow (AntennaTable table) | |
Create a AntennaRow. | |
AntennaRow (AntennaTable table, AntennaRow row) | |
Creates a AntennaRow 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. |
|
Create a AntennaRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a AntennaRow using a copy constructor mechanism. Given a AntennaRow row and a AntennaTable table, the method creates a new AntennaRow 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 assocAntennaId, which is an optional field, as non-existent.
|
|
Compare each attribute except the autoincrementable one of this AntennaRow 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.
|
|
Get antennaId.
|
|
Get antennaMake.
|
|
Get antennaType.
|
|
Get assocAntennaId, which is optional.
|
|
Get the optional row in table Antenna by traversing the defined link to that table.
|
|
Returns all the attributes of an attribute of an ASDM table as an array of Object.
Implements alma.asdm.ASDMRow.
|
|
Get dishDiameter.
|
|
Get flagRow.
|
|
Get name.
|
|
Get stationId.
|
|
Returns the pointer to the row in the Station table having Station.stationId == stationId.
|
|
Return the table to which this row belongs.
|
|
Get time.
|
|
Get xOffset.
|
|
Get xPosition.
|
|
Get yOffset.
|
|
Get yPosition.
|
|
Get zOffset.
|
|
Get zPosition.
|
|
The attribute assocAntennaId is optional. Return true if this attribute exists.
|
|
The link to table Antenna is optional. Return true if this link exists.
|
|
Set antennaId with the specified Tag value.
|
|
Set antennaMake with the specified AntennaMake value.
|
|
Set antennaType with the specified AntennaType value.
|
|
Set assocAntennaId with the specified Tag value.
|
|
Set the values of the link attributes needed to link this row to a row in table Antenna.
|
|
Set dishDiameter with the specified Length value.
|
|
Set flagRow with the specified boolean value.
|
|
Fill the values of this row from the IDL struct AntennaRowIDL.
|
|
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 stationId with the specified Tag value.
|
|
Set time with the specified ArrayTime value.
|
|
Set xOffset with the specified Length value.
|
|
Set xPosition with the specified Length value.
|
|
Set yOffset with the specified Length value.
|
|
Set yPosition with the specified Length value.
|
|
Set zOffset with the specified Length value.
|
|
Set zPosition with the specified Length value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|