public class ModelDesignsManager.Design extends Object
Modifier and Type | Field and Description |
---|---|
private I18nizableText |
_description |
private String |
_icon |
private String |
_id |
private I18nizableText |
_label |
Constructor and Description |
---|
Design(String id,
I18nizableText label,
I18nizableText description,
String icon)
Constructor
|
Modifier and Type | Method and Description |
---|---|
I18nizableText |
getDescription()
Get the description
|
String |
getIcon()
Get the icon
|
String |
getId()
Get the id
|
I18nizableText |
getLabel()
Get the label
|
private I18nizableText _label
private I18nizableText _description
public Design(String id, I18nizableText label, I18nizableText description, String icon)
id
- the theme idlabel
- the theme's labeldescription
- the theme's descriptionicon
- the iconpublic I18nizableText getLabel()
public I18nizableText getDescription()