Generated from model's revision 1.46, branch HEAD
Public Member Functions | |
SBSummaryTable | getTable () |
Return the table to which this row belongs. | |
SBSummaryRowIDL | toIDL () |
Return this row in the form of an IDL struct. | |
void | setFromIDL (SBSummaryRowIDL x) throws ConversionException |
Fill the values of this row from the IDL struct SBSummaryRowIDL. | |
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. | |
EntityRef | getSbId () |
Get sbId. | |
void | setSbId (EntityRef sbId) throws IllegalAccessException |
Set sbId with the specified EntityRef value. | |
EntityRef | getProjectId () |
Get projectId. | |
void | setProjectId (EntityRef projectId) throws IllegalAccessException |
Set projectId with the specified EntityRef value. | |
EntityRef | getObsUnitSetId () |
Get obsUnitSetId. | |
void | setObsUnitSetId (EntityRef obsUnitSetId) throws IllegalAccessException |
Set obsUnitSetId with the specified EntityRef value. | |
String | getSbIntent () |
Get sbIntent. | |
void | setSbIntent (String sbIntent) throws IllegalAccessException |
Set sbIntent with the specified String value. | |
SBType | getSbType () |
Get sbType. | |
void | setSbType (SBType sbType) throws IllegalAccessException |
Set sbType with the specified SBType value. | |
Interval | getSbDuration () |
Get sbDuration. | |
void | setSbDuration (Interval sbDuration) throws IllegalAccessException |
Set sbDuration with the specified Interval value. | |
int | getNumScan () |
Get numScan. | |
void | setNumScan (int numScan) throws IllegalAccessException |
Set numScan with the specified int value. | |
String[] | getScanIntent () |
Get scanIntent. | |
void | setScanIntent (String[] scanIntent) throws IllegalAccessException |
Set scanIntent with the specified String[] value. | |
int | getNumberRepeats () |
Get numberRepeats. | |
void | setNumberRepeats (int numberRepeats) throws IllegalAccessException |
Set numberRepeats with the specified int value. | |
String[] | getWeatherConstraint () |
Get weatherConstraint. | |
void | setWeatherConstraint (String[] weatherConstraint) throws IllegalAccessException |
Set weatherConstraint with the specified String[] value. | |
String[] | getScienceGoal () |
Get scienceGoal. | |
void | setScienceGoal (String[] scienceGoal) throws IllegalAccessException |
Set scienceGoal with the specified String[] value. | |
double | getRaCenter () |
Get raCenter. | |
void | setRaCenter (double raCenter) throws IllegalAccessException |
Set raCenter with the specified double value. | |
double | getDecCenter () |
Get decCenter. | |
void | setDecCenter (double decCenter) throws IllegalAccessException |
Set decCenter with the specified double value. | |
double | getFrequency () |
Get frequency. | |
void | setFrequency (double frequency) throws IllegalAccessException |
Set frequency with the specified double value. | |
String | getFrequencyBand () |
Get frequencyBand. | |
void | setFrequencyBand (String frequencyBand) throws IllegalAccessException |
Set frequencyBand with the specified String value. | |
String[] | getObservingMode () |
Get observingMode. | |
void | setObservingMode (String[] observingMode) throws IllegalAccessException |
Set observingMode with the specified String[] value. | |
boolean | compareNoAutoInc (EntityRef sbId, EntityRef projectId, EntityRef obsUnitSetId, String sbIntent, SBType sbType, Interval sbDuration, int numScan, String[] scanIntent, int numberRepeats, String[] weatherConstraint, String[] scienceGoal, double raCenter, double decCenter, double frequency, String frequencyBand, String[] observingMode) |
Compare each attribute except the autoincrementable one of this SBSummaryRow with the corresponding parameters and return true if there is a match and false otherwise. | |
boolean | equalByRequiredValue (SBSummaryRow x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
boolean | compareRequiredValue (EntityRef projectId, EntityRef obsUnitSetId, String sbIntent, SBType sbType, Interval sbDuration, int numScan, String[] scanIntent, int numberRepeats, String[] weatherConstraint, String[] scienceGoal, double raCenter, double decCenter, double frequency, String frequencyBand, String[] observingMode) |
Package Functions | |
SBSummaryRow (SBSummaryTable table) | |
Create a SBSummaryRow. | |
SBSummaryRow (SBSummaryTable table, SBSummaryRow row) | |
Creates a SBSummaryRow 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 SBSummaryRow. This constructor has package access because only the table can create rows. All rows know the table to which they belong.
|
|
Creates a SBSummaryRow using a copy constructor mechanism. Given a SBSummaryRow row and a SBSummaryTable table, the method creates a new SBSummaryRow 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.
|
|
Compare each attribute except the autoincrementable one of this SBSummaryRow 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 decCenter.
|
|
Get frequency.
|
|
Get frequencyBand.
|
|
Get numberRepeats.
|
|
Get numScan.
|
|
Get observingMode.
|
|
Get obsUnitSetId.
|
|
Get projectId.
|
|
Get raCenter.
|
|
Get sbDuration.
|
|
Get sbId.
|
|
Get sbIntent.
|
|
Get sbType.
|
|
Get scanIntent.
|
|
Get scienceGoal.
|
|
Return the table to which this row belongs.
|
|
Get weatherConstraint.
|
|
Set decCenter with the specified double value.
|
|
Set frequency with the specified double value.
|
|
Set frequencyBand with the specified String value.
|
|
Fill the values of this row from the IDL struct SBSummaryRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numberRepeats with the specified int value.
|
|
Set numScan with the specified int value.
|
|
Set observingMode with the specified String[] value.
|
|
Set obsUnitSetId with the specified EntityRef value.
|
|
Set projectId with the specified EntityRef value.
|
|
Set raCenter with the specified double value.
|
|
Set sbDuration with the specified Interval value.
|
|
Set sbId with the specified EntityRef value.
|
|
Set sbIntent with the specified String value.
|
|
Set sbType with the specified SBType value.
|
|
Set scanIntent with the specified String[] value.
|
|
Set scienceGoal with the specified String[] value.
|
|
Set weatherConstraint with the specified String[] value.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|