Interface Theme
- All Known Implementing Classes:
ThemeImpl
public interface Theme
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description java.lang.String
getId()
The technical id of the theme.java.lang.String
getName()
The name of the themejava.util.Map<java.lang.String,java.lang.String>
getOptions()
The theme optionsjava.lang.String
getTenantId()
-
Method Details
-
getId
java.lang.String getId()The technical id of the theme. -
getTenantId
java.lang.String getTenantId() -
getName
java.lang.String getName()The name of the theme -
getOptions
java.util.Map<java.lang.String,java.lang.String> getOptions()The theme options
-