org.jasig.portlet.weather.domain
Class Forecast
java.lang.Object
org.jasig.portlet.weather.domain.Forecast
- All Implemented Interfaces:
- Serializable
public class Forecast
- extends Object
- implements Serializable
This class models forecasted weather.
- Version:
- $Id: Forecast.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 |
Forecast
public Forecast()
getDay
public String getDay()
setDay
public void setDay(String day)
getHighTemperature
public Integer getHighTemperature()
setHighTemperature
public void setHighTemperature(Integer highTemperature)
getLowTemperature
public Integer getLowTemperature()
setLowTemperature
public void setLowTemperature(Integer lowTemperature)
getCondition
public String getCondition()
setCondition
public void setCondition(String condition)
getImgName
public String getImgName()
setImgName
public void setImgName(String imgName)
getImgUrl
public String getImgUrl()
setImgUrl
public void setImgUrl(String imgUrl)
Copyright © 2011 Jasig. All Rights Reserved.