org.jasig.portlet.weather.dao.worldwide.xml
Class WeatherData

java.lang.Object
  extended by org.jasig.portlet.weather.dao.worldwide.xml.WeatherData

public class WeatherData
extends java.lang.Object


Constructor Summary
WeatherData()
           
 
Method Summary
 CurrentCondition getCondition()
           
 java.util.List<WeatherForecast> getForecasts()
           
 java.lang.String getWeatherUrl()
           
 void setCondition(CurrentCondition condition)
           
 void setForecasts(java.util.List<WeatherForecast> forecasts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeatherData

public WeatherData()
Method Detail

getCondition

public CurrentCondition getCondition()

setCondition

public void setCondition(CurrentCondition condition)

getForecasts

public java.util.List<WeatherForecast> getForecasts()

setForecasts

public void setForecasts(java.util.List<WeatherForecast> forecasts)

getWeatherUrl

public java.lang.String getWeatherUrl()


Copyright © 2010 Jasig. All Rights Reserved.