Package org.ametys.skinfactory.model
Class ModelDesignsManager.Design
- java.lang.Object
-
- org.ametys.skinfactory.model.ModelDesignsManager.Design
-
- Enclosing class:
- ModelDesignsManager
public class ModelDesignsManager.Design extends Object
Bean representing a model design
-
-
Constructor Summary
Constructors Constructor Description Design(String id, I18nizableText label, I18nizableText description, String icon)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description I18nizableText
getDescription()
Get the descriptionString
getIcon()
Get the iconString
getId()
Get the idI18nizableText
getLabel()
Get the label
-
-
-
Constructor Detail
-
Design
public Design(String id, I18nizableText label, I18nizableText description, String icon)
Constructor- Parameters:
id
- the theme idlabel
- the theme's labeldescription
- the theme's descriptionicon
- the icon
-
-
Method Detail
-
getLabel
public I18nizableText getLabel()
Get the label- Returns:
- the label
-
getDescription
public I18nizableText getDescription()
Get the description- Returns:
- the description
-
-