Package nl.b3p.tailormap.api.persistence
Class Configuration
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.Configuration
-
@Entity public class Configuration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_APPstatic StringDEFAULT_BASE_APP
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodegetJsonValue()StringgetKey()StringgetValue()LonggetVersion()booleanisAvailableForViewer()voidsetAvailableForViewer(boolean availableForViewer)voidsetJsonValue(com.fasterxml.jackson.databind.JsonNode jsonValue)voidsetKey(String key)voidsetValue(String value)ConfigurationsetVersion(Long version)
-
-
-
Field Detail
-
DEFAULT_APP
public static final String DEFAULT_APP
- See Also:
- Constant Field Values
-
DEFAULT_BASE_APP
public static final String DEFAULT_BASE_APP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getVersion
public Long getVersion()
-
setVersion
public Configuration setVersion(Long version)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getJsonValue
public com.fasterxml.jackson.databind.JsonNode getJsonValue()
-
setJsonValue
public void setJsonValue(com.fasterxml.jackson.databind.JsonNode jsonValue)
-
isAvailableForViewer
public boolean isAvailableForViewer()
-
setAvailableForViewer
public void setAvailableForViewer(boolean availableForViewer)
-
-