Class ThemeModel

java.lang.Object
cronapp.framework.core.model.ThemeModel

public class ThemeModel extends Object
  • Constructor Details

    • ThemeModel

      public ThemeModel()
  • Method Details

    • build

      public static ThemeModel build()
    • getThemeName

      public String getThemeName()
    • setThemeName

      public ThemeModel setThemeName(String themeName)
    • getSearchableText

      public String getSearchableText()
    • setSearchableText

      public ThemeModel setSearchableText(String searchableText)
    • getThemeDescription

      public String getThemeDescription()
    • setThemeDescription

      public ThemeModel setThemeDescription(String themeDescription)
    • getImgSrc

      public String getImgSrc()
    • setImgSrc

      public ThemeModel setImgSrc(String imgSrc)
    • getThemePath

      public String getThemePath()
    • setThemePath

      public ThemeModel setThemePath(String themePath)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object