Class FindWindow.SimpleTreeNode

java.lang.Object
org.adempiere.webui.window.FindWindow.SimpleTreeNode
Enclosing class:
FindWindow

protected static class FindWindow.SimpleTreeNode extends Object
Simple tree node class for product category tree search.
Author:
Karsten Thiemann, kthiemann@adempiere.org
  • Field Details

    • nodeId

      protected int nodeId
    • parentId

      protected int parentId
  • Constructor Details

    • SimpleTreeNode

      public SimpleTreeNode(int nodeId, int parentId)
  • Method Details

    • getNodeId

      public int getNodeId()
    • getParentId

      public int getParentId()