@Entity public class Configuration extends Object implements DataModel
ConfigurationKey
for
the built in configuration valuesConstructor 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 DataModel
Copyright © 2017. All rights reserved.