asdm::HolographyRow Class Reference

#include <HolographyRow.h>

List of all members.


Detailed Description

The HolographyRow class is a row of a HolographyTable.

Generated from model's revision "1.41", branch "HEAD"


Public Member Functions

HolographyTablegetTable () const
HolographyRowIDL * toIDL () const
void setFromIDL (HolographyRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
Tag getHolographyId () const
int getNumCorr () const
void setNumCorr (int numCorr)
vector< HolographyChannelType > getType () const
void setType (vector< HolographyChannelType > type)
Length getDistance () const
void setDistance (Length distance)
Length getFocus () const
void setFocus (Length focus)
bool getFlagRow () const
void setFlagRow (bool flagRow)
bool compareNoAutoInc (int numCorr, vector< HolographyChannelType > type, Length distance, Length focus, bool flagRow)
bool compareRequiredValue (int numCorr, vector< HolographyChannelType > type, Length distance, Length focus, bool flagRow)
bool equalByRequiredValue (HolographyRow *x)

Friends

class asdm::HolographyTable


Member Function Documentation

HolographyTable& asdm::HolographyRow::getTable (  )  const

Return the table to which this row belongs.

HolographyRowIDL* asdm::HolographyRow::toIDL (  )  const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a HolographyRowIDL struct.

void asdm::HolographyRow::setFromIDL ( HolographyRowIDL  x  )  throw (ConversionException)

Fill the values of this row from the IDL struct HolographyRowIDL.

Parameters:
x The IDL struct containing the values used to fill this row.

string asdm::HolographyRow::toXML (  )  const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.

void asdm::HolographyRow::setFromXML ( string  rowDoc  )  throw (ConversionException)

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters:
x The XML string being used to set the values of this row.

Tag asdm::HolographyRow::getHolographyId (  )  const

Get holographyId.

Returns:
holographyId as Tag

int asdm::HolographyRow::getNumCorr (  )  const

Get numCorr.

Returns:
numCorr as int

void asdm::HolographyRow::setNumCorr ( int  numCorr  ) 

Set numCorr with the specified int.

Parameters:
numCorr The int value to which numCorr is to be set.

vector<HolographyChannelType > asdm::HolographyRow::getType (  )  const

Get type.

Returns:
type as vector<HolographyChannelType >

void asdm::HolographyRow::setType ( vector< HolographyChannelType >  type  ) 

Set type with the specified vector<HolographyChannelType >.

Parameters:
type The vector<HolographyChannelType > value to which type is to be set.

Length asdm::HolographyRow::getDistance (  )  const

Get distance.

Returns:
distance as Length

void asdm::HolographyRow::setDistance ( Length  distance  ) 

Set distance with the specified Length.

Parameters:
distance The Length value to which distance is to be set.

Length asdm::HolographyRow::getFocus (  )  const

Get focus.

Returns:
focus as Length

void asdm::HolographyRow::setFocus ( Length  focus  ) 

Set focus with the specified Length.

Parameters:
focus The Length value to which focus is to be set.

bool asdm::HolographyRow::getFlagRow (  )  const

Get flagRow.

Returns:
flagRow as bool

void asdm::HolographyRow::setFlagRow ( bool  flagRow  ) 

Set flagRow with the specified bool.

Parameters:
flagRow The bool value to which flagRow is to be set.

bool asdm::HolographyRow::compareNoAutoInc ( int  numCorr,
vector< HolographyChannelType >  type,
Length  distance,
Length  focus,
bool  flagRow 
)

Compare each mandatory attribute except the autoincrementable one of this HolographyRow with the corresponding parameters and return true if there is a match and false otherwise.

bool asdm::HolographyRow::equalByRequiredValue ( HolographyRow x  ) 

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
x a pointer on the HolographyRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 16:46:50 2007 for ASDM C++ Implementation by  doxygen 1.5.1