public class Weather extends Object implements Serializable
| Constructor and Description |
|---|
Weather() |
| Modifier and Type | Method and Description |
|---|---|
Current |
getCurrentWeather() |
Collection<Forecast> |
getForecast() |
Location |
getLocation() |
String |
getMoreInformationLink() |
String |
getPressureUnit() |
String |
getTemperatureUnit() |
String |
getWindUnit() |
void |
setCurrentWeather(Current currentWeather) |
void |
setForecast(Collection<Forecast> forecast) |
void |
setLocation(Location location) |
void |
setMoreInformationLink(String moreInformationLink) |
void |
setPressureUnit(String pressureUnit) |
void |
setTemperatureUnit(String temperatureUnit) |
void |
setWindUnit(String windUnit) |
String |
toString() |
public Current getCurrentWeather()
public void setCurrentWeather(Current currentWeather)
public Location getLocation()
public void setLocation(Location location)
public Collection<Forecast> getForecast()
public void setForecast(Collection<Forecast> forecast)
public String getPressureUnit()
public void setPressureUnit(String pressureUnit)
public String getTemperatureUnit()
public void setTemperatureUnit(String temperatureUnit)
public String getWindUnit()
public void setWindUnit(String windUnit)
public String getMoreInformationLink()
public void setMoreInformationLink(String moreInformationLink)
Copyright © 2015 Jasig. All Rights Reserved.