org.jasig.portlet.weather.domain
Class Weather
java.lang.Object
org.jasig.portlet.weather.domain.Weather
- All Implemented Interfaces:
- Serializable
public class Weather
- extends Object
- implements Serializable
This class models general weather for a certain location including the
current weather and optional forecast weather.
- Version:
- $Id: Weather.java 22379 2010-11-15 22:19:56Z edalquist $
- Author:
- Dustin Schultz
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Weather
public Weather()
getCurrentWeather
public Current getCurrentWeather()
setCurrentWeather
public void setCurrentWeather(Current currentWeather)
getLocation
public Location getLocation()
setLocation
public void setLocation(Location location)
getForecast
public Collection<Forecast> getForecast()
setForecast
public void setForecast(Collection<Forecast> forecast)
getPressureUnit
public String getPressureUnit()
setPressureUnit
public void setPressureUnit(String pressureUnit)
getTemperatureUnit
public String getTemperatureUnit()
setTemperatureUnit
public void setTemperatureUnit(String temperatureUnit)
getWindUnit
public String getWindUnit()
setWindUnit
public void setWindUnit(String windUnit)
getMoreInformationLink
public String getMoreInformationLink()
setMoreInformationLink
public void setMoreInformationLink(String moreInformationLink)
Copyright © 2011 Jasig. All Rights Reserved.