Package org.adempiere.webui.window
Class FindWindow.SimpleTreeNode
java.lang.Object
org.adempiere.webui.window.FindWindow.SimpleTreeNode
- Enclosing class:
- FindWindow
Simple tree node class for product category tree search.
- Author:
- Karsten Thiemann, kthiemann@adempiere.org
-
Field Summary
-
Constructor Summary
-
Method Summary
-
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()
-