public abstract class SettingData extends BasicData
Setting
,
Developer documentation: Client, session and settingsModifier and Type | Field and Description |
---|---|
static int |
MAX_NAME_LENGTH
The maximum length of the name of the setting that can be
stored in the database.
|
static int |
MAX_VALUE_LENGTH
The maximum length of the value of the setting that can be
stored in the database.
|
private String |
name |
private String |
value |
Constructor and Description |
---|
SettingData() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Used by Hibernate to link with setting name.
|
String |
getValue()
Get the value of this setting.
|
void |
setName(String name) |
void |
setValue(String value) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
public static final int MAX_NAME_LENGTH
setName(String)
,
Constant Field Valuesprivate String name
public static final int MAX_VALUE_LENGTH
setValue(String)
,
Constant Field Valuesprivate String value
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)