org.jasig.portlet.weather.domain
Class Forecast

java.lang.Object
  extended by 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

Constructor Summary
Forecast()
           
 
Method Summary
 String getCondition()
           
 String getDay()
           
 Integer getHighTemperature()
           
 String getImgName()
           
 String getImgUrl()
           
 Integer getLowTemperature()
           
 void setCondition(String condition)
           
 void setDay(String day)
           
 void setHighTemperature(Integer highTemperature)
           
 void setImgName(String imgName)
           
 void setImgUrl(String imgUrl)
           
 void setLowTemperature(Integer lowTemperature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Forecast

public Forecast()
Method Detail

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.