Class MTree_NodeCMS

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_TreeNodeCMS, I_Persistent, Evaluatee

public class MTree_NodeCMS extends X_AD_TreeNodeCMS
Tree Node Model CM Stage
Version:
$Id: MTree_NodeCMS.java,v 1.2 2006/07/30 00:58:36 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MTree_NodeCMS

      public MTree_NodeCMS(Properties ctx, String AD_TreeNodeCMS_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      AD_TreeNodeCMS_UU - UUID key
      trxName - Transaction
    • MTree_NodeCMS

      public MTree_NodeCMS(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
    • MTree_NodeCMS

      public MTree_NodeCMS(MTree_Base tree, int Node_ID)
      Full Constructor
      Parameters:
      tree - tree
      Node_ID - node
  • Method Details

    • getTree

      public static MTree_NodeCMS[] getTree(Properties ctx, int AD_Tree_ID, String trxName)
      Get Tree
      Parameters:
      ctx - context
      AD_Tree_ID - tree
      trxName - transaction
      Returns:
      array of nodes
    • get

      public static MTree_NodeCMS get(MTree_Base tree, int Node_ID)
      Get Tree Node
      Parameters:
      tree - tree
      Node_ID - node
      Returns:
      node or null