public class SettingsProperty extends Object implements Comparable<SettingsProperty>
GlobalProperty used in SettingsForm.| Constructor and Description |
|---|
SettingsProperty(GlobalProperty globalProperty) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SettingsProperty o) |
boolean |
equals(Object obj) |
GlobalProperty |
getGlobalProperty() |
String |
getName() |
String |
getSection() |
int |
hashCode() |
void |
setGlobalProperty(GlobalProperty globalProperty) |
public static final String GENERAL
public SettingsProperty(GlobalProperty globalProperty)
public String getSection()
public String getName()
public GlobalProperty getGlobalProperty()
public void setGlobalProperty(GlobalProperty globalProperty)
globalProperty - the globalProperty to setpublic int compareTo(SettingsProperty o)
compareTo in interface Comparable<SettingsProperty>Comparable.compareTo(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2015 OpenMRS Inc.. All rights reserved.