|
Public Member Functions |
ExecBlockTable & | getTable () const |
ExecBlockRowIDL * | toIDL () const |
void | setFromIDL (ExecBlockRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getExecBlockId () const |
int | getExecBlockNum () const |
void | setExecBlockNum (int execBlockNum) |
string | getTelescopeName () const |
void | setTelescopeName (string telescopeName) |
string | getConfigName () const |
void | setConfigName (string configName) |
int | getNumAntenna () const |
void | setNumAntenna (int numAntenna) |
Length | getBaseRangeMin () const |
void | setBaseRangeMin (Length baseRangeMin) |
Length | getBaseRangeMax () const |
void | setBaseRangeMax (Length baseRangeMax) |
Length | getBaseRmsMinor () const |
void | setBaseRmsMinor (Length baseRmsMinor) |
Length | getBaseRmsMajor () const |
void | setBaseRmsMajor (Length baseRmsMajor) |
Angle | getBasePa () const |
void | setBasePa (Angle basePa) |
ArrayTimeInterval | getTimeInterval () const |
void | setTimeInterval (ArrayTimeInterval timeInterval) |
string | getObserverName () const |
void | setObserverName (string observerName) |
vector< string > | getObservingLog () const |
void | setObservingLog (vector< string > observingLog) |
vector< string > | getSchedulerMode () const |
void | setSchedulerMode (vector< string > schedulerMode) |
EntityRef | getProjectId () const |
void | setProjectId (EntityRef projectId) |
Angle | getSiteLongitude () const |
void | setSiteLongitude (Angle siteLongitude) |
Angle | getSiteLatitude () const |
void | setSiteLatitude (Angle siteLatitude) |
Length | getSiteAltitude () const |
void | setSiteAltitude (Length siteAltitude) |
bool | isReleaseDateExists () const |
ArrayTime | getReleaseDate () const throw (IllegalAccessException) |
void | setReleaseDate (ArrayTime releaseDate) |
void | clearReleaseDate () |
bool | getFlagRow () const |
void | setFlagRow (bool flagRow) |
EntityRef | getExecBlockUID () const |
void | setExecBlockUID (EntityRef execBlockUID) |
bool | getAborted () const |
void | setAborted (bool aborted) |
vector< Tag > | getAntennaId () const |
void | setAntennaId (vector< Tag > antennaId) |
void | setAntennaId (int i, Tag antennaId) |
void | addAntennaId (Tag id) |
void | addAntennaId (const vector< Tag > &id) |
const Tag | getAntennaId (int i) |
AntennaRow * | getAntenna (int i) |
vector< AntennaRow * > | getAntennas () |
bool | compareNoAutoInc (vector< Tag > antennaId, int execBlockNum, string telescopeName, string configName, int numAntenna, Length baseRangeMin, Length baseRangeMax, Length baseRmsMinor, Length baseRmsMajor, Angle basePa, ArrayTimeInterval timeInterval, string observerName, vector< string > observingLog, vector< string > schedulerMode, EntityRef projectId, Angle siteLongitude, Angle siteLatitude, Length siteAltitude, bool flagRow, EntityRef execBlockUID, bool aborted) |
bool | compareRequiredValue (vector< Tag > antennaId, int execBlockNum, string telescopeName, string configName, int numAntenna, Length baseRangeMin, Length baseRangeMax, Length baseRmsMinor, Length baseRmsMajor, Angle basePa, ArrayTimeInterval timeInterval, string observerName, vector< string > observingLog, vector< string > schedulerMode, EntityRef projectId, Angle siteLongitude, Angle siteLatitude, Length siteAltitude, bool flagRow, EntityRef execBlockUID, bool aborted) |
bool | equalByRequiredValue (ExecBlockRow *x) |
bool asdm::ExecBlockRow::compareNoAutoInc |
( |
vector< Tag > |
antennaId, |
|
|
int |
execBlockNum, |
|
|
string |
telescopeName, |
|
|
string |
configName, |
|
|
int |
numAntenna, |
|
|
Length |
baseRangeMin, |
|
|
Length |
baseRangeMax, |
|
|
Length |
baseRmsMinor, |
|
|
Length |
baseRmsMajor, |
|
|
Angle |
basePa, |
|
|
ArrayTimeInterval |
timeInterval, |
|
|
string |
observerName, |
|
|
vector< string > |
observingLog, |
|
|
vector< string > |
schedulerMode, |
|
|
EntityRef |
projectId, |
|
|
Angle |
siteLongitude, |
|
|
Angle |
siteLatitude, |
|
|
Length |
siteAltitude, |
|
|
bool |
flagRow, |
|
|
EntityRef |
execBlockUID, |
|
|
bool |
aborted |
|
) |
|
|