org.powertac.server
Class WeatherService.Data
java.lang.Object
org.powertac.server.WeatherService.Data
- Enclosing class:
- WeatherService
public class WeatherService.Data
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeatherService.Data
public WeatherService.Data()
getWeatherReports
public List<org.powertac.common.WeatherReport> getWeatherReports()
setWeatherReports
public void setWeatherReports(List<org.powertac.common.WeatherReport> weatherReports)
getWeatherForecasts
public List<org.powertac.common.WeatherForecastPrediction> getWeatherForecasts()
setWeatherForecasts
public void setWeatherForecasts(List<org.powertac.common.WeatherForecastPrediction> weatherForecasts)
getEnergyReports
public List<org.powertac.server.WeatherService.EnergyReport> getEnergyReports()
setEnergyReports
public void setEnergyReports(List<org.powertac.server.WeatherService.EnergyReport> energyReports)
Copyright © 2012 Power TAC. All Rights Reserved.