#include <CalReductionRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
CalReductionTable & | getTable () const |
CalReductionRowIDL * | toIDL () const |
void | setFromIDL (CalReductionRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getCalReductionId () const |
int | getNumApplied () const |
void | setNumApplied (int numApplied) |
int | getNumParam () const |
void | setNumParam (int numParam) |
ArrayTime | getTimeReduced () const |
void | setTimeReduced (ArrayTime timeReduced) |
vector< string > | getCalAppliedArray () const |
void | setCalAppliedArray (vector< string > calAppliedArray) |
vector< string > | getParamSet () const |
void | setParamSet (vector< string > paramSet) |
string | getMessages () const |
void | setMessages (string messages) |
string | getSoftware () const |
void | setSoftware (string software) |
string | getSoftwareVersion () const |
void | setSoftwareVersion (string softwareVersion) |
int | getNumInvalidConditions () const |
void | setNumInvalidConditions (int numInvalidConditions) |
vector< InvalidatingConditionMod::InvalidatingCondition > | getInvalidConditions () const |
void | setInvalidConditions (vector< InvalidatingConditionMod::InvalidatingCondition > invalidConditions) |
bool | compareNoAutoInc (int numApplied, int numParam, ArrayTime timeReduced, vector< string > calAppliedArray, vector< string > paramSet, string messages, string software, string softwareVersion, int numInvalidConditions, vector< InvalidatingConditionMod::InvalidatingCondition > invalidConditions) |
bool | compareRequiredValue (int numApplied, int numParam, ArrayTime timeReduced, vector< string > calAppliedArray, vector< string > paramSet, string messages, string software, string softwareVersion, int numInvalidConditions, vector< InvalidatingConditionMod::InvalidatingCondition > invalidConditions) |
bool | equalByRequiredValue (CalReductionRow *x) |
|
Compare each mandatory attribute except the autoincrementable one of this CalReductionRow 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 calAppliedArray.
|
|
Get calReductionId.
|
|
Get invalidConditions.
|
|
Get messages.
|
|
Get numApplied.
|
|
Get numInvalidConditions.
|
|
Get numParam.
|
|
Get paramSet.
|
|
Get software.
|
|
Get softwareVersion.
|
|
Return the table to which this row belongs. |
|
Get timeReduced.
|
|
Set calAppliedArray with the specified vector<string >.
|
|
Fill the values of this row from the IDL struct CalReductionRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set invalidConditions with the specified vector<InvalidatingConditionMod::InvalidatingCondition >.
|
|
Set messages with the specified string.
|
|
Set numApplied with the specified int.
|
|
Set numInvalidConditions with the specified int.
|
|
Set numParam with the specified int.
|
|
Set paramSet with the specified vector<string >.
|
|
Set software with the specified string.
|
|
Set softwareVersion with the specified string.
|
|
Set timeReduced with the specified ArrayTime.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|