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 String
getId()
The technical id of the theme.String
getName()
The name of the themeMap<String,String>
getOptions()
The theme optionsString
getTenantId()
void
setId(String id)
void
setName(String name)
void
setTenantId(String tenantId)
void
setThemeOptions(Map<String,String> themeOptions)
String
toString()
-
-
-
Method Detail
-
setId
public void setId(String id)
-
getTenantId
public String getTenantId()
- Specified by:
getTenantId
in interfaceTheme
-
setTenantId
public void setTenantId(String tenantId)
-
setName
public void setName(String name)
-
getOptions
public Map<String,String> getOptions()
Description copied from interface:Theme
The theme options- Specified by:
getOptions
in interfaceTheme
-
-