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()
EntityWithId
getId
in interface EntityWithId<String>
ServerSettingIds
public void setId(String id)
ServerSettingIds
id
- the id to setpublic String getValue()
public void setValue(String value)
value
- the value to setCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.