#include <SBSummaryRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
SBSummaryTable & | getTable () const |
SBSummaryRowIDL * | toIDL () const |
void | setFromIDL (SBSummaryRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
EntityRef | getSbId () const |
void | setSbId (EntityRef sbId) |
EntityRef | getProjectId () const |
void | setProjectId (EntityRef projectId) |
EntityRef | getObsUnitSetId () const |
void | setObsUnitSetId (EntityRef obsUnitSetId) |
string | getSbIntent () const |
void | setSbIntent (string sbIntent) |
SBTypeMod::SBType | getSbType () const |
void | setSbType (SBTypeMod::SBType sbType) |
Interval | getSbDuration () const |
void | setSbDuration (Interval sbDuration) |
int | getNumScan () const |
void | setNumScan (int numScan) |
vector< string > | getScanIntent () const |
void | setScanIntent (vector< string > scanIntent) |
int | getNumberRepeats () const |
void | setNumberRepeats (int numberRepeats) |
vector< string > | getWeatherConstraint () const |
void | setWeatherConstraint (vector< string > weatherConstraint) |
vector< string > | getScienceGoal () const |
void | setScienceGoal (vector< string > scienceGoal) |
double | getRaCenter () const |
void | setRaCenter (double raCenter) |
double | getDecCenter () const |
void | setDecCenter (double decCenter) |
double | getFrequency () const |
void | setFrequency (double frequency) |
string | getFrequencyBand () const |
void | setFrequencyBand (string frequencyBand) |
vector< string > | getObservingMode () const |
void | setObservingMode (vector< string > observingMode) |
bool | compareNoAutoInc (EntityRef sbId, EntityRef projectId, EntityRef obsUnitSetId, string sbIntent, SBTypeMod::SBType sbType, Interval sbDuration, int numScan, vector< string > scanIntent, int numberRepeats, vector< string > weatherConstraint, vector< string > scienceGoal, double raCenter, double decCenter, double frequency, string frequencyBand, vector< string > observingMode) |
bool | compareRequiredValue (EntityRef projectId, EntityRef obsUnitSetId, string sbIntent, SBTypeMod::SBType sbType, Interval sbDuration, int numScan, vector< string > scanIntent, int numberRepeats, vector< string > weatherConstraint, vector< string > scienceGoal, double raCenter, double decCenter, double frequency, string frequencyBand, vector< string > observingMode) |
bool | equalByRequiredValue (SBSummaryRow *x) |
|
Compare each mandatory 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.
|
|
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.
|
|
Set frequency with the specified double.
|
|
Set frequencyBand with the specified string.
|
|
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.
|
|
Set numScan with the specified int.
|
|
Set observingMode with the specified vector<string >.
|
|
Set obsUnitSetId with the specified EntityRef.
|
|
Set projectId with the specified EntityRef.
|
|
Set raCenter with the specified double.
|
|
Set sbDuration with the specified Interval.
|
|
Set sbId with the specified EntityRef.
|
|
Set sbIntent with the specified string.
|
|
Set sbType with the specified SBTypeMod::SBType.
|
|
Set scanIntent with the specified vector<string >.
|
|
Set scienceGoal with the specified vector<string >.
|
|
Set weatherConstraint with the specified vector<string >.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|