#include <FocusModelRow.h>
Generated from model's revision "1.46", 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) |
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Get focusModelId.
|
|
Return the table to which this row belongs. |
|
Fill the values of this row from the IDL struct FocusModelRowIDL.
|
|
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.
|