Package org.tailormap.api.persistence
Class Configuration
java.lang.Object
org.tailormap.api.persistence.AuditMetadata
org.tailormap.api.persistence.Configuration
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AuditMetadatagetCreatedBy, 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- 
Configurationpublic Configuration()
 
- 
- 
Method Details- 
getKey
- 
setKey
- 
getVersion
- 
setVersion
- 
getValue
- 
setValue
- 
getJsonValuepublic com.fasterxml.jackson.databind.JsonNode getJsonValue()
- 
setJsonValuepublic void setJsonValue(com.fasterxml.jackson.databind.JsonNode jsonValue) 
- 
isAvailableForViewerpublic boolean isAvailableForViewer()
- 
setAvailableForViewerpublic void setAvailableForViewer(boolean availableForViewer) 
 
-