Package cronapp.framework.core.model
Class ThemeModel
- java.lang.Object
-
- cronapp.framework.core.model.ThemeModel
-
public class ThemeModel extends Object
-
-
Constructor Summary
Constructors Constructor Description ThemeModel()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThemeModelbuild()booleanequals(Object o)StringgetImgSrc()StringgetSearchableText()StringgetThemeDescription()StringgetThemeName()StringgetThemePath()inthashCode()ThemeModelsetImgSrc(String imgSrc)ThemeModelsetSearchableText(String searchableText)ThemeModelsetThemeDescription(String themeDescription)ThemeModelsetThemeName(String themeName)ThemeModelsetThemePath(String themePath)
-
-
-
Method Detail
-
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)
-
-