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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object