Interface Theme
-
- All Known Implementing Classes:
ThemeImpl
public interface Theme- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()The technical id of the theme.java.lang.StringgetName()The name of the themejava.util.Map<java.lang.String,java.lang.String>getOptions()The theme optionsjava.lang.StringgetTenantId()
-