Class ThemeImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.ThemeImpl
- All Implemented Interfaces:
Theme
- Author:
- Filip Hrisafov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The technical id of the theme.getName()
The name of the themeThe theme optionsvoid
void
void
setTenantId
(String tenantId) void
setThemeOptions
(Map<String, String> themeOptions) toString()
-
Field Details
-
id
-
tenantId
-
name
-
themeOptions
-
-
Constructor Details
-
ThemeImpl
public ThemeImpl()
-
-
Method Details
-
getId
Description copied from interface:Theme
The technical id of the theme. -
setId
-
getTenantId
- Specified by:
getTenantId
in interfaceTheme
-
setTenantId
-
getName
Description copied from interface:Theme
The name of the theme -
setName
-
getOptions
Description copied from interface:Theme
The theme options- Specified by:
getOptions
in interfaceTheme
-
setThemeOptions
-
toString
-