Modifier and Type | Field and Description |
---|---|
(package private) I18nizableText |
_description |
(package private) String |
_id |
(package private) I18nizableText |
_label |
(package private) String |
_thumbnail |
Constructor and Description |
---|
Variant(String id,
I18nizableText label,
I18nizableText description,
String thumbnail)
Constructor
|
Modifier and Type | Method and Description |
---|---|
I18nizableText |
getDescription()
Get the description
|
String |
getId()
Get the source path
|
I18nizableText |
getLabel()
Get the description
|
String |
getThumbnail()
Get the icon path
|
I18nizableText _label
I18nizableText _description
String _thumbnail
public Variant(String id, I18nizableText label, I18nizableText description, String thumbnail)
id
- the idlabel
- the labeldescription
- the descriptionthumbnail
- the thumbnail imagepublic I18nizableText getLabel()
public I18nizableText getDescription()
public String getThumbnail()