Class MetaTheme

    • Constructor Detail

      • MetaTheme

        public MetaTheme()
      • MetaTheme

        public MetaTheme​(String name)
    • Method Detail

      • setId

        public void setId​(Long id)
        Specified by:
        setId in class Model
      • getName

        public String getName()
        Define a name for the theme. light or dark can be used to override built-in themes.
        Returns:
        the property value
      • setName

        public void setName​(String name)
      • getIsSelectable

        public Boolean getIsSelectable()
        Allow this theme to be used by users
        Returns:
        the property value
      • setIsSelectable

        public void setIsSelectable​(Boolean isSelectable)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getFullname

        public String getFullname()
      • computeFullname

        protected String computeFullname()
      • setFullname

        public void setFullname​(String fullname)
      • getContent

        public String getContent()
      • setContent

        public void setContent​(String content)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object