org.geonames
Class WeatherObservation
java.lang.Object
org.geonames.WeatherObservation
public class WeatherObservation
- extends Object
- Since:
- 25.11.2010
- Author:
- marc
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeatherObservation
public WeatherObservation()
getObservation
public String getObservation()
- Returns:
- the observation
setObservation
public void setObservation(String observation)
- Parameters:
observation - the observation to set
getObservationTime
public Date getObservationTime()
- Returns:
- the observationTime
setObservationTime
public void setObservationTime(Date observationTime)
- Parameters:
observationTime - the observationTime to set
getStationName
public String getStationName()
- Returns:
- the stationName
setStationName
public void setStationName(String stationName)
- Parameters:
stationName - the stationName to set
getIcaoCode
public String getIcaoCode()
- Returns:
- the icaoCode
setIcaoCode
public void setIcaoCode(String icaoCode)
- Parameters:
icaoCode - the icaoCode to set
getCountryCode
public String getCountryCode()
- Returns:
- the countryCode
setCountryCode
public void setCountryCode(String countryCode)
- Parameters:
countryCode - the countryCode to set
getElevation
public Integer getElevation()
- Returns:
- the elevation
setElevation
public void setElevation(Integer elevation)
- Parameters:
elevation - the elevation to set
getLatitude
public double getLatitude()
- Returns:
- the latitude
setLatitude
public void setLatitude(double latitude)
- Parameters:
latitude - the latitude to set
getLongitude
public double getLongitude()
- Returns:
- the longitude
setLongitude
public void setLongitude(double longitude)
- Parameters:
longitude - the longitude to set
getTemperature
public double getTemperature()
- Returns:
- the temperature
setTemperature
public void setTemperature(double temperature)
- Parameters:
temperature - the temperature to set
getDewPoint
public double getDewPoint()
- Returns:
- the dewPoint
setDewPoint
public void setDewPoint(double dewPoint)
- Parameters:
dewPoint - the dewPoint to set
getHumidity
public double getHumidity()
- Returns:
- the humidity
setHumidity
public void setHumidity(double humidity)
- Parameters:
humidity - the humidity to set
getClouds
public String getClouds()
- Returns:
- the clouds
setClouds
public void setClouds(String clouds)
- Parameters:
clouds - the clouds to set
getWeatherCondition
public String getWeatherCondition()
- Returns:
- the weatherCondition
setWeatherCondition
public void setWeatherCondition(String weatherCondition)
- Parameters:
weatherCondition - the weatherCondition to set
getWindSpeed
public String getWindSpeed()
- Returns:
- the windSpeed
setWindSpeed
public void setWindSpeed(String windSpeed)
- Parameters:
windSpeed - the windSpeed to set