public class WeatherInitBean extends Object
Constructor and Description |
---|
WeatherInitBean() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
int |
getMinutesToRefresh() |
WeatherService |
getWeatherService() |
void |
init() |
void |
setMinutesToRefresh(int minutesToRefresh) |
void |
setWeatherService(WeatherService weatherService) |
public WeatherInitBean()
public void init()
public void cleanup()
public WeatherService getWeatherService()
public void setWeatherService(WeatherService weatherService)
public int getMinutesToRefresh()
public void setMinutesToRefresh(int minutesToRefresh)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.