#include <ProcessorRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
ProcessorTable & | getTable () const |
ProcessorRowIDL * | toIDL () const |
void | setFromIDL (ProcessorRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getProcessorId () const |
ProcessorTypeMod::ProcessorType | getType () const |
void | setType (ProcessorTypeMod::ProcessorType type) |
string | getSubType () const |
void | setSubType (string subType) |
bool | isFlagRowExists () const |
bool | getFlagRow () const throw (IllegalAccessException) |
void | setFlagRow (bool flagRow) |
void | clearFlagRow () |
Tag | getAlmaCorrelatorModeId () const |
void | setAlmaCorrelatorModeId (Tag almaCorrelatorModeId) |
CorrelatorModeRow * | getCorrelatorModeUsingAlmaCorrelatorModeId () |
bool | compareNoAutoInc (Tag almaCorrelatorModeId, ProcessorTypeMod::ProcessorType type, string subType) |
bool | compareRequiredValue (Tag almaCorrelatorModeId, ProcessorTypeMod::ProcessorType type, string subType) |
bool | equalByRequiredValue (ProcessorRow *x) |
|
Mark flagRow, which is an optional field, as non-existent. |
|
Compare each mandatory attribute except the autoincrementable one of this ProcessorRow 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 almaCorrelatorModeId.
|
|
almaCorrelatorModeId pointer to the row in the CorrelatorMode table having CorrelatorMode.almaCorrelatorModeId == almaCorrelatorModeId
|
|
Get flagRow, which is optional.
|
|
Get processorId.
|
|
Get subType.
|
|
Return the table to which this row belongs. |
|
Get type.
|
|
The attribute flagRow is optional. Return true if this attribute exists.
|
|
Set almaCorrelatorModeId with the specified Tag.
|
|
Set flagRow with the specified bool.
|
|
Fill the values of this row from the IDL struct ProcessorRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set subType with the specified string.
|
|
Set type with the specified ProcessorTypeMod::ProcessorType.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|