@Entity public class Configuration extends Object implements DataModel
ConfigurationKey for
the built in configuration values| Constructor and Description |
|---|
Configuration() |
Configuration(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
String |
getKey() |
String |
getValue() |
void |
setId(long id) |
void |
setKey(String key) |
void |
setValue(String value) |
Setting |
toDataTransferObject() |
public void setId(long id)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public Setting toDataTransferObject()
toDataTransferObject in interface DataModelCopyright © 2017. All rights reserved.