#include <WeatherRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
WeatherTable & | getTable () const |
WeatherRowIDL * | toIDL () const |
void | setFromIDL (WeatherRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
ArrayTimeInterval | getTimeInterval () const |
void | setTimeInterval (ArrayTimeInterval timeInterval) |
Pressure | getPressure () const |
void | setPressure (Pressure pressure) |
Humidity | getRelHumidity () const |
void | setRelHumidity (Humidity relHumidity) |
Temperature | getTemperature () const |
void | setTemperature (Temperature temperature) |
bool | isDewPointExists () const |
Temperature | getDewPoint () const throw (IllegalAccessException) |
void | setDewPoint (Temperature dewPoint) |
void | clearDewPoint () |
Angle | getWindDirection () const |
void | setWindDirection (Angle windDirection) |
Speed | getWindSpeed () const |
void | setWindSpeed (Speed windSpeed) |
Speed | getWindMax () const |
void | setWindMax (Speed windMax) |
bool | getPressureFlag () const |
void | setPressureFlag (bool pressureFlag) |
bool | getRelHumidityFlag () const |
void | setRelHumidityFlag (bool relHumidityFlag) |
bool | getTemperatureFlag () const |
void | setTemperatureFlag (bool temperatureFlag) |
bool | isDewPointFlagExists () const |
bool | getDewPointFlag () const throw (IllegalAccessException) |
void | setDewPointFlag (bool dewPointFlag) |
void | clearDewPointFlag () |
bool | getWindDirectionFlag () const |
void | setWindDirectionFlag (bool windDirectionFlag) |
bool | getWindSpeedFlag () const |
void | setWindSpeedFlag (bool windSpeedFlag) |
bool | getWindMaxFlag () const |
void | setWindMaxFlag (bool windMaxFlag) |
Tag | getStationId () const |
void | setStationId (Tag stationId) |
StationRow * | getStationUsingStationId () |
bool | compareNoAutoInc (Tag stationId, ArrayTimeInterval timeInterval, Pressure pressure, Humidity relHumidity, Temperature temperature, Angle windDirection, Speed windSpeed, Speed windMax, bool pressureFlag, bool relHumidityFlag, bool temperatureFlag, bool windDirectionFlag, bool windSpeedFlag, bool windMaxFlag) |
bool | compareRequiredValue (Pressure pressure, Humidity relHumidity, Temperature temperature, Angle windDirection, Speed windSpeed, Speed windMax, bool pressureFlag, bool relHumidityFlag, bool temperatureFlag, bool windDirectionFlag, bool windSpeedFlag, bool windMaxFlag) |
bool | equalByRequiredValue (WeatherRow *x) |
|
Mark dewPoint, which is an optional field, as non-existent. |
|
Mark dewPointFlag, which is an optional field, as non-existent. |
|
Compare each mandatory attribute except the autoincrementable one of this WeatherRow 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 dewPoint, which is optional.
|
|
Get dewPointFlag, which is optional.
|
|
Get pressure.
|
|
Get pressureFlag.
|
|
Get relHumidity.
|
|
Get relHumidityFlag.
|
|
Get stationId.
|
|
stationId pointer to the row in the Station table having Station.stationId == stationId
|
|
Return the table to which this row belongs. |
|
Get temperature.
|
|
Get temperatureFlag.
|
|
Get timeInterval.
|
|
Get windDirection.
|
|
Get windDirectionFlag.
|
|
Get windMax.
|
|
Get windMaxFlag.
|
|
Get windSpeed.
|
|
Get windSpeedFlag.
|
|
The attribute dewPoint is optional. Return true if this attribute exists.
|
|
The attribute dewPointFlag is optional. Return true if this attribute exists.
|
|
Set dewPoint with the specified Temperature.
|
|
Set dewPointFlag with the specified bool.
|
|
Fill the values of this row from the IDL struct WeatherRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set pressure with the specified Pressure.
|
|
Set pressureFlag with the specified bool.
|
|
Set relHumidity with the specified Humidity.
|
|
Set relHumidityFlag with the specified bool.
|
|
Set stationId with the specified Tag.
|
|
Set temperature with the specified Temperature.
|
|
Set temperatureFlag with the specified bool.
|
|
Set timeInterval with the specified ArrayTimeInterval.
|
|
Set windDirection with the specified Angle.
|
|
Set windDirectionFlag with the specified bool.
|
|
Set windMax with the specified Speed.
|
|
Set windMaxFlag with the specified bool.
|
|
Set windSpeed with the specified Speed.
|
|
Set windSpeedFlag with the specified bool.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|