#include <FocusModelRow.h>
Generated from model's revision "1.41", branch "HEAD"
Public Member Functions | |
FocusModelTable & | getTable () const |
FocusModelRowIDL * | toIDL () const |
void | setFromIDL (FocusModelRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getFocusModelId () const |
bool | equalByRequiredValue (FocusModelRow *x) |
Friends | |
class | asdm::FocusModelTable |
FocusModelTable& asdm::FocusModelRow::getTable | ( | ) | const |
Return the table to which this row belongs.
FocusModelRowIDL* asdm::FocusModelRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::FocusModelRow::setFromIDL | ( | FocusModelRowIDL | x | ) | throw (ConversionException) |
Fill the values of this row from the IDL struct FocusModelRowIDL.
x | The IDL struct containing the values used to fill this row. |
string asdm::FocusModelRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
void asdm::FocusModelRow::setFromXML | ( | string | rowDoc | ) | throw (ConversionException) |
Fill the values of this row from an XML string that was produced by the toXML() method.
x | The XML string being used to set the values of this row. |
bool asdm::FocusModelRow::equalByRequiredValue | ( | FocusModelRow * | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | a pointer on the FocusModelRow whose required attributes of the value part will be compared with those of this. |