Interface SettingsService
public interface SettingsService
-
Method Summary
Modifier and TypeMethodDescriptionGet the settings.setSettings(SettingsBean settingsBean) Set the settings
-
Method Details
-
getSettings
SettingsBean getSettings()Get the settings.- Returns:
- the settings
-
setSettings
Set the settings- Parameters:
settingsBean- the settings to set- Returns:
- the settings
-