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 java.lang.String |
name |
private java.lang.String |
value |
Constructor and Description |
---|
SettingData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Used by Hibernate to link with setting name.
|
java.lang.String |
getValue()
Get the value of this setting.
|
void |
setName(java.lang.String name) |
void |
setValue(java.lang.String value) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
public static final int MAX_NAME_LENGTH
setName(String)
,
Constant Field Valuesprivate java.lang.String name
public static final int MAX_VALUE_LENGTH
setValue(String)
,
Constant Field Valuesprivate java.lang.String value
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getValue()
public void setValue(java.lang.String value)