Class Variant
- java.lang.Object
 - 
- org.ametys.skinfactory.parameters.Variant
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Variant(String id, I18nizableText label, I18nizableText description, String thumbnail)Constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description I18nizableTextgetDescription()Get the descriptionStringgetId()Get the source pathI18nizableTextgetLabel()Get the descriptionStringgetThumbnail()Get the icon path 
 - 
 
- 
- 
Constructor Detail
- 
Variant
public Variant(String id, I18nizableText label, I18nizableText description, String thumbnail)
Constructor- Parameters:
 id- the idlabel- the labeldescription- the descriptionthumbnail- the thumbnail image
 
 - 
 
- 
Method Detail
- 
getLabel
public I18nizableText getLabel()
Get the description- Returns:
 - the description
 
 
- 
getDescription
public I18nizableText getDescription()
Get the description- Returns:
 - the description
 
 
- 
getThumbnail
public String getThumbnail()
Get the icon path- Returns:
 - the icon path
 
 
 - 
 
 -