Class AppLayerSettings

    • Constructor Detail

      • AppLayerSettings

        public AppLayerSettings()
    • Method Detail

      • getTitle

        public String getTitle()
        Get title
        Returns:
        title
      • setTitle

        public void setTitle​(String title)
      • getOpacity

        public Integer getOpacity()
        Get opacity
        Returns:
        opacity
      • setOpacity

        public void setOpacity​(Integer opacity)
      • getAttribution

        public String getAttribution()
        Attribution to show for this layer.
        Returns:
        attribution
      • setAttribution

        public void setAttribution​(String attribution)
      • getDescription

        public String getDescription()
        Description to show for this layer.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getEditable

        public Boolean getEditable()
        Get editable
        Returns:
        editable
      • setEditable

        public void setEditable​(Boolean editable)
      • getHideAttributes

        public List<String> getHideAttributes()
        List of attribute names that should be hidden (in addition to attributes already hidden by the feature type settings).
        Returns:
        hideAttributes
      • setHideAttributes

        public void setHideAttributes​(List<String> hideAttributes)
      • addReadOnlyAttributesItem

        public AppLayerSettings addReadOnlyAttributesItem​(String readOnlyAttributesItem)
      • getReadOnlyAttributes

        public List<String> getReadOnlyAttributes()
        List of feature type attribute names that are not editable (in addition to read only attributes from the feature type settings).
        Returns:
        readOnlyAttributes
      • setReadOnlyAttributes

        public void setReadOnlyAttributes​(List<String> readOnlyAttributes)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object