-
public class WeatherBean
-
-
Method Summary
Modifier and Type Method Description String
getCondition()
Get weather conditions void
setCondition(String condition)
String
getTemp()
Get weather temperature void
setTemp(String temp)
String
getIconUrl()
Get weather icon url void
setIconUrl(String iconUrl)
String
getInIconUrl()
Get weather icon url void
setInIconUrl(String inIconUrl)
-
-
Method Detail
-
getCondition
String getCondition()
Get weather conditions
-
setCondition
void setCondition(String condition)
-
getTemp
String getTemp()
Get weather temperature
-
setTemp
void setTemp(String temp)
-
getIconUrl
String getIconUrl()
Get weather icon url
-
setIconUrl
void setIconUrl(String iconUrl)
-
getInIconUrl
String getInIconUrl()
Get weather icon url
-
setInIconUrl
void setInIconUrl(String inIconUrl)
-
-
-
-