Package org.tailormap.api.persistence
Class Configuration
java.lang.Object
org.tailormap.api.persistence.AuditMetadata
org.tailormap.api.persistence.Configuration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodegetKey()getValue()booleanvoidsetAvailableForViewer(boolean availableForViewer) voidsetJsonValue(com.fasterxml.jackson.databind.JsonNode jsonValue) voidvoidsetVersion(Long version) Methods inherited from class org.tailormap.api.persistence.AuditMetadata
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate
-
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)
-