public class Setting extends Object implements EntityWithId<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
QUERY_FIND_ALL
Query name: finds all settings
|
| Constructor and Description |
|---|
Setting() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the primary key.
|
String |
getValue() |
void |
setId(String id)
Must be one of
ServerSettingIds |
void |
setValue(String value) |
public static final String QUERY_FIND_ALL
public String getId()
EntityWithIdgetId in interface EntityWithId<String>ServerSettingIdspublic void setId(String id)
ServerSettingIdsid - the id to setpublic String getValue()
public void setValue(String value)
value - the value to setCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.