Class DataTableFavoriteConfigurationImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.fasterxml.jackson.databind.node.ObjectNode configuration  
      protected java.lang.String id  
      protected boolean isDefault  
      protected java.lang.String key  
      protected java.lang.String name  
      protected java.lang.String tenantId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.node.ObjectNode getConfiguration()
      The favorite configuration definition.
      java.lang.String getId()
      The technical id of the configuration
      java.lang.String getKey()
      The key for the favorite.
      java.lang.String getName()
      The name of the favorite.
      java.lang.String getTenantId()  
      boolean isDefault()  
      void setConfiguration​(com.fasterxml.jackson.databind.node.ObjectNode configuration)  
      void setDefault​(boolean aDefault)  
      void setId​(java.lang.String id)  
      void setKey​(java.lang.String key)  
      void setName​(java.lang.String name)  
      void setTenantId​(java.lang.String tenantId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.String id
      • tenantId

        protected java.lang.String tenantId
      • key

        protected java.lang.String key
      • name

        protected java.lang.String name
      • configuration

        protected com.fasterxml.jackson.databind.node.ObjectNode configuration
      • isDefault

        protected boolean isDefault
    • Constructor Detail

      • DataTableFavoriteConfigurationImpl

        public DataTableFavoriteConfigurationImpl()