Class WeatherForecastPrediction


  • @Domain(fields={"forecastTime","temperature","windSpeed","windDirection","cloudCover"})
    public class WeatherForecastPrediction
    extends Object
    A weather forecast report instance that describes the weather data
    Version:
    1.0 - 03/Jun/2011
    Author:
    Erik Onarheim, Josh Edeen
    • Constructor Detail

      • WeatherForecastPrediction

        public WeatherForecastPrediction​(int time,
                                         double temperature,
                                         double windSpeed,
                                         double windDirection,
                                         double cloudCover)
    • Method Detail

      • getId

        public long getId()
      • getForecastTime

        public int getForecastTime()
      • getTemperature

        public double getTemperature()
      • getWindSpeed

        public double getWindSpeed()
      • getWindDirection

        public double getWindDirection()
      • getCloudCover

        public double getCloudCover()