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.ObjectNode
getConfiguration()
The favorite configuration definition.String
getId()
The technical id of the configurationString
getKey()
The key for the favorite.String
getName()
The name of the favorite.String
getTenantId()
boolean
isDefault()
-
-
-
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()
-
-