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