java.lang.Object
com.flowable.platform.engine.impl.configuration.ThemeImpl
All Implemented Interfaces:
Theme

public class ThemeImpl extends Object implements Theme
Author:
Filip Hrisafov
  • Field Details

  • Constructor Details

    • ThemeImpl

      public ThemeImpl()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: Theme
      The technical id of the theme.
      Specified by:
      getId in interface Theme
    • setId

      public void setId(String id)
    • getTenantId

      public String getTenantId()
      Specified by:
      getTenantId in interface Theme
    • setTenantId

      public void setTenantId(String tenantId)
    • getName

      public String getName()
      Description copied from interface: Theme
      The name of the theme
      Specified by:
      getName in interface Theme
    • setName

      public void setName(String name)
    • getOptions

      public Map<String,String> getOptions()
      Description copied from interface: Theme
      The theme options
      Specified by:
      getOptions in interface Theme
    • setThemeOptions

      public void setThemeOptions(Map<String,String> themeOptions)
    • toString

      public String toString()
      Overrides:
      toString in class Object