Package org.ametys.skinfactory.model
Class ModelDesignsManager.Design
java.lang.Object
org.ametys.skinfactory.model.ModelDesignsManager.Design
- Enclosing class:
- ModelDesignsManager
Bean representing a model design
-
Constructor Summary
ConstructorDescriptionDesign
(String id, I18nizableText label, I18nizableText description, String icon) Constructor -
Method Summary
-
Constructor Details
-
Design
Constructor- Parameters:
id
- the theme idlabel
- the theme's labeldescription
- the theme's descriptionicon
- the icon
-
-
Method Details
-
getId
Get the id- Returns:
- the id
-
getLabel
Get the label- Returns:
- the label
-
getDescription
Get the description- Returns:
- the description
-
getIcon
Get the icon- Returns:
- the icon
-