Class MetaTheme


@Entity public class MetaTheme extends AuditableModel
  • Constructor Details

    • MetaTheme

      public MetaTheme()
    • MetaTheme

      public MetaTheme(String name)
  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in class Model
    • 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)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object