| |
|
| java.lang.Object org.blojsom.plugin.weather.Weather
Weather | public class Weather (Code) | | Weather
author: David czarnecki author: Mark Lussier version: $Id: Weather.java,v 1.2 2007/01/17 02:35:15 czarneckid Exp $ since: blojsom 3.0 |
Constructor Summary | |
public | Weather() Default constructor. |
Weather | public Weather()(Code) | | Default constructor. Not enabled by default.
|
getProviderClass | public String getProviderClass()(Code) | | Retrieve the fully-qualified classname handling the parsing of weather information
Fully-qualified classname handling parsing of weather information |
getStationCode | public String getStationCode()(Code) | | Get the weather station ID for retrieving a feed of weather data
Weather station ID |
setProviderClass | public void setProviderClass(String providerClass)(Code) | | Set the fully-qualified classname handling the parsing of weather information
Parameters: providerClass - Fully-qualified classname handling parsing of weather information |
setStationCode | public void setStationCode(String stationCode)(Code) | | Set the weather station ID for retrieving a feed of weather data
Parameters: stationCode - Weather station ID |
|
|
|