org.springframework.osgi.samples.weather.dao
Class WeatherData
java.lang.Object
org.springframework.osgi.samples.weather.dao.WeatherData
public class WeatherData
- extends Object
Represents a daily weather record
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeatherData
public WeatherData()
getDate
public Date getDate()
- Returns:
- Returns the date.
setDate
public void setDate(Date date)
getLow
public double getLow()
- Returns:
- Returns the low.
setLow
public void setLow(double low)
getHigh
public double getHigh()
- Returns:
- Returns the high.
setHigh
public void setHigh(double high)
Copyright © 2006-2007 Spring Framework. All Rights Reserved.