Class EntityTreeViewContextImpl

java.lang.Object
ch.tocco.nice2.netui.impl.tree.entity.EntityTreeViewContextImpl
All Implemented Interfaces:
EntityTreeViewContext, TreeContext

public class EntityTreeViewContextImpl extends Object implements EntityTreeViewContext
  • Constructor Details

    • EntityTreeViewContextImpl

      public EntityTreeViewContextImpl()
  • Method Details

    • getRootEntityModel

      public String getRootEntityModel()
    • setRootEntityModel

      public void setRootEntityModel(String rootEntityModel)
    • getRootKey

      public String getRootKey()
    • setRootKey

      public void setRootKey(String rootKey)
    • getTreeProvider

      public String getTreeProvider()
    • setTreeProvider

      public void setTreeProvider(String treeProvider)
    • getTreeStartNode

      public String getTreeStartNode()
      Specified by:
      getTreeStartNode in interface EntityTreeViewContext
    • setTreeStartNode

      public void setTreeStartNode(String treeStartNode)
    • getParentEntityModel

      public String getParentEntityModel()
      Specified by:
      getParentEntityModel in interface EntityTreeViewContext
    • setParentEntityModel

      public void setParentEntityModel(String parentEntityModel)
    • getParentEntityKey

      public String getParentEntityKey()
      Specified by:
      getParentEntityKey in interface EntityTreeViewContext
    • setParentEntityKey

      public void setParentEntityKey(String parentEntityKey)