#include <ObservationRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
ObservationTable & | getTable () const |
ObservationRowIDL * | toIDL () const |
void | setFromIDL (ObservationRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getObservationId () const |
bool | equalByRequiredValue (ObservationRow *x) |
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Get observationId.
|
|
Return the table to which this row belongs. |
|
Fill the values of this row from the IDL struct ObservationRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|