public class WeatherForecast extends Object
| Constructor and Description |
|---|
WeatherForecast() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDate() |
String |
getDescription() |
String |
getIconUrl() |
int |
getTempMaxC() |
int |
getTempMaxF() |
int |
getTempMinC() |
int |
getTempMinF() |
int |
getWeatherCode() |
String |
getWindDirection() |
int |
getWindspeedKmph() |
int |
getWindspeedMiles() |
void |
setDate(String date) |
void |
setDescription(String description) |
void |
setIconUrl(String iconUrl) |
void |
setTempMaxC(int tempMaxC) |
void |
setTempMaxF(int tempMaxF) |
void |
setTempMinC(int tempMinC) |
void |
setTempMinF(int tempMinF) |
void |
setWeatherCode(int weatherCode) |
void |
setWindDirection(String windDirection) |
void |
setWindspeedKmph(int windspeedKmph) |
void |
setWindspeedMiles(int windspeedMiles) |
public String getDate()
public void setDate(String date)
public int getTempMaxC()
public void setTempMaxC(int tempMaxC)
public int getTempMaxF()
public void setTempMaxF(int tempMaxF)
public int getTempMinC()
public void setTempMinC(int tempMinC)
public int getTempMinF()
public void setTempMinF(int tempMinF)
public int getWindspeedMiles()
public void setWindspeedMiles(int windspeedMiles)
public int getWindspeedKmph()
public void setWindspeedKmph(int windspeedKmph)
public String getWindDirection()
public void setWindDirection(String windDirection)
public int getWeatherCode()
public void setWeatherCode(int weatherCode)
public String getIconUrl()
public void setIconUrl(String iconUrl)
public String getDescription()
public void setDescription(String description)
Copyright © 2015 Jasig. All Rights Reserved.