org.powertac.server
Class WeatherService.Data

java.lang.Object
  extended by org.powertac.server.WeatherService.Data
Enclosing class:
WeatherService

public class WeatherService.Data
extends Object


Constructor Summary
WeatherService.Data()
           
 
Method Summary
 List<org.powertac.server.WeatherService.EnergyReport> getEnergyReports()
           
 List<org.powertac.common.WeatherForecastPrediction> getWeatherForecasts()
           
 List<org.powertac.common.WeatherReport> getWeatherReports()
           
 void setEnergyReports(List<org.powertac.server.WeatherService.EnergyReport> energyReports)
           
 void setWeatherForecasts(List<org.powertac.common.WeatherForecastPrediction> weatherForecasts)
           
 void setWeatherReports(List<org.powertac.common.WeatherReport> weatherReports)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeatherService.Data

public WeatherService.Data()
Method Detail

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.