Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected String |
tenantId |
protected Map<String,String> |
themeOptions |
Constructor and Description |
---|
ThemeImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
The technical id of the theme.
|
String |
getName()
The name of the theme
|
Map<String,String> |
getOptions()
The theme options
|
String |
getTenantId() |
void |
setId(String id) |
void |
setName(String name) |
void |
setTenantId(String tenantId) |
void |
setThemeOptions(Map<String,String> themeOptions) |
String |
toString() |
public void setId(String id)
public String getTenantId()
getTenantId
in interface Theme
public void setTenantId(String tenantId)
public void setName(String name)
public Map<String,String> getOptions()
Theme
getOptions
in interface Theme