public class SettingsForm extends Object
SettingsController.| Constructor and Description |
|---|
SettingsForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSection() |
List<SettingsProperty> |
getSettings() |
void |
setSection(String section) |
void |
setSettings(List<SettingsProperty> settings) |
public String getSection()
public void setSection(String section)
section - the section to setpublic List<SettingsProperty> getSettings()
public void setSettings(List<SettingsProperty> settings)
settings - the settings to setCopyright © 2015 OpenMRS Inc.. All rights reserved.