|
|||||||||||
| 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 | |
BlogUser |
getBlogUser()
Get the BlogUser associated with this weather object |
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 |
boolean |
isEnabled()
Check to see if this weather object is enabled |
void |
setBlogUser(BlogUser blogUser)
Set the BlogUser object for this weather object |
void |
setEnabled(boolean enabled)
Set whether or not this weather object is enabled |
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 BlogUser getBlogUser()
BlogUser associated with this weather object
BlogUser datapublic void setBlogUser(BlogUser blogUser)
BlogUser object for this weather object
blogUser - BlogUserpublic java.lang.String getStationCode()
public void setStationCode(java.lang.String stationCode)
stationCode - Weather station IDpublic boolean isEnabled()
true if enabled, false otherwisepublic void setEnabled(boolean enabled)
enabled - true to enable it, false otherwisepublic 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 | ||||||||||