Class ThemeImpl
- java.lang.Object
-
- com.flowable.platform.engine.impl.configuration.ThemeImpl
-
-
Constructor Summary
Constructors Constructor Description ThemeImpl()
-
Method Summary
All 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
-
setId
public void setId(String id)
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceTheme
-
setTenantId
public void setTenantId(String tenantId)
-
setName
public void setName(String name)
-
getOptions
public Map<String,String> getOptions()
Description copied from interface:ThemeThe theme options- Specified by:
getOptionsin interfaceTheme
-
-