|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.blojsom.plugin.weather.Weather
Weather
| Constructor Summary | |
Weather()
Default constructor. |
|
| Method Summary | |
java.lang.String |
getProviderClass()
Retrieve the fully-qualified classname handling the parsing of weather information |
java.lang.String |
getStationCode()
Get the weather station ID for retrieving a feed of weather data |
void |
setProviderClass(java.lang.String providerClass)
Set the fully-qualified classname handling the parsing of weather information |
void |
setStationCode(java.lang.String stationCode)
Set the weather station ID for retrieving a feed of weather data |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Weather()
| Method Detail |
public java.lang.String getStationCode()
public void setStationCode(java.lang.String stationCode)
stationCode - Weather station IDpublic java.lang.String getProviderClass()
public void setProviderClass(java.lang.String providerClass)
providerClass - Fully-qualified classname handling parsing of weather information
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||