Interface DataTableFavoriteConfiguration
-
- All Known Implementing Classes:
DataTableFavoriteConfigurationImpl
public interface DataTableFavoriteConfiguration- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodegetConfiguration()The favorite configuration definition.StringgetId()The technical id of the configurationStringgetKey()The key for the favorite.StringgetName()The name of the favorite.StringgetTenantId()booleanisDefault()
-
-
-
Method Detail
-
getId
String getId()
The technical id of the configuration
-
getTenantId
String getTenantId()
-
getKey
String getKey()
The key for the favorite.
-
getName
String getName()
The name of the favorite.
-
getConfiguration
com.fasterxml.jackson.databind.node.ObjectNode getConfiguration()
The favorite configuration definition.
-
isDefault
boolean isDefault()
-
-