Package org.tailormap.api.persistence
Class Configuration
java.lang.Object
org.tailormap.api.persistence.Configuration
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
getKey()
getValue()
boolean
void
setAvailableForViewer
(boolean availableForViewer) void
setJsonValue
(com.fasterxml.jackson.databind.JsonNode jsonValue) void
void
setVersion
(Long version)
-
Field Details
-
DEFAULT_APP
- See Also:
-
DEFAULT_BASE_APP
- See Also:
-
HOME_PAGE
- See Also:
-
PORTAL_MENU
- See Also:
-
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
getKey
-
setKey
-
getVersion
-
setVersion
-
getValue
-
setValue
-
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)
-