Class ThemeImpl
- java.lang.Object
- 
- com.flowable.platform.engine.impl.configuration.ThemeImpl
 
- 
- 
Constructor SummaryConstructors Constructor Description ThemeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()The technical id of the theme.StringgetName()The name of the themeMap<String,String>getOptions()The theme optionsStringgetTenantId()voidsetId(String id)voidsetName(String name)voidsetTenantId(String tenantId)voidsetThemeOptions(Map<String,String> themeOptions)StringtoString()
 
- 
- 
- 
Method Detail- 
setIdpublic void setId(String id) 
 - 
getTenantIdpublic String getTenantId() - Specified by:
- getTenantIdin interface- Theme
 
 - 
setTenantIdpublic void setTenantId(String tenantId) 
 - 
setNamepublic void setName(String name) 
 - 
getOptionspublic Map<String,String> getOptions() Description copied from interface:ThemeThe theme options- Specified by:
- getOptionsin interface- Theme
 
 
- 
 
-