Class X_AD_TreeNodeCMS

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_TreeNodeCMS
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_TreeNodeCMS, I_Persistent, Evaluatee
Direct Known Subclasses:
MTree_NodeCMS

public class X_AD_TreeNodeCMS extends PO implements I_AD_TreeNodeCMS, I_Persistent
Generated Model for AD_TreeNodeCMS
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_AD_TreeNodeCMS

      public X_AD_TreeNodeCMS(Properties ctx, int AD_TreeNodeCMS_ID, String trxName)
      Standard Constructor
    • X_AD_TreeNodeCMS

      public X_AD_TreeNodeCMS(Properties ctx, int AD_TreeNodeCMS_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_TreeNodeCMS

      public X_AD_TreeNodeCMS(Properties ctx, String AD_TreeNodeCMS_UU, String trxName)
      Standard Constructor
    • X_AD_TreeNodeCMS

      public X_AD_TreeNodeCMS(Properties ctx, String AD_TreeNodeCMS_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_TreeNodeCMS

      public X_AD_TreeNodeCMS(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      7 - System - Client - Org
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • getAD_Tree

      public I_AD_Tree getAD_Tree() throws RuntimeException
      Specified by:
      getAD_Tree in interface I_AD_TreeNodeCMS
      Throws:
      RuntimeException
    • setAD_Tree_ID

      public void setAD_Tree_ID(int AD_Tree_ID)
      Set Tree.
      Specified by:
      setAD_Tree_ID in interface I_AD_TreeNodeCMS
      Parameters:
      AD_Tree_ID - Identifies a Tree
    • getAD_Tree_ID

      public int getAD_Tree_ID()
      Get Tree.
      Specified by:
      getAD_Tree_ID in interface I_AD_TreeNodeCMS
      Returns:
      Identifies a Tree
    • setAD_TreeNodeCMS_UU

      public void setAD_TreeNodeCMS_UU(String AD_TreeNodeCMS_UU)
      Set AD_TreeNodeCMS_UU.
      Specified by:
      setAD_TreeNodeCMS_UU in interface I_AD_TreeNodeCMS
      Parameters:
      AD_TreeNodeCMS_UU - AD_TreeNodeCMS_UU
    • getAD_TreeNodeCMS_UU

      public String getAD_TreeNodeCMS_UU()
      Get AD_TreeNodeCMS_UU.
      Specified by:
      getAD_TreeNodeCMS_UU in interface I_AD_TreeNodeCMS
      Returns:
      AD_TreeNodeCMS_UU
    • setNode_ID

      public void setNode_ID(int Node_ID)
      Set Node.
      Specified by:
      setNode_ID in interface I_AD_TreeNodeCMS
      Parameters:
      Node_ID - Node
    • getNode_ID

      public int getNode_ID()
      Get Node.
      Specified by:
      getNode_ID in interface I_AD_TreeNodeCMS
      Returns:
      Node
    • setParent_ID

      public void setParent_ID(int Parent_ID)
      Set Parent.
      Specified by:
      setParent_ID in interface I_AD_TreeNodeCMS
      Parameters:
      Parent_ID - Parent of Entity
    • getParent_ID

      public int getParent_ID()
      Get Parent.
      Specified by:
      getParent_ID in interface I_AD_TreeNodeCMS
      Returns:
      Parent of Entity
    • setSeqNo

      public void setSeqNo(int SeqNo)
      Set Sequence.
      Specified by:
      setSeqNo in interface I_AD_TreeNodeCMS
      Parameters:
      SeqNo - Method of ordering records; lowest number comes first
    • getSeqNo

      public int getSeqNo()
      Get Sequence.
      Specified by:
      getSeqNo in interface I_AD_TreeNodeCMS
      Returns:
      Method of ordering records; lowest number comes first