Package org.primefaces.showcase.view.app
Class Themes.Category
- java.lang.Object
-
- org.primefaces.showcase.view.app.Themes.Category
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Themes
public static class Themes.Category extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()List<Themes.Theme>getThemes()voidsetName(String name)voidsetThemes(List<Themes.Theme> themes)
-
-
-
Constructor Detail
-
Category
public Category(String name)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getThemes
public List<Themes.Theme> getThemes()
-
setThemes
public void setThemes(List<Themes.Theme> themes)
-
-