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
-
-
Field Summary
Fields Modifier and Type Field Description private I18nizableText
_description
private String
_icon
private String
_id
private I18nizableText
_label
-
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
-
-
-
Field Detail
-
_label
private I18nizableText _label
-
_description
private I18nizableText _description
-
-
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
-
-