Adempiere 3.5.2a

org.compiere.model
Interface I_AD_TreeBar

All Known Implementing Classes:
X_AD_TreeBar

public interface I_AD_TreeBar

Generated Interface for AD_TreeBar

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_AD_Tree_ID
          Column name AD_Tree_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_Node_ID
          Column name Node_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=456
static String Table_Name
          TableName=AD_TreeBar
 
Method Summary
 int getAD_Tree_ID()
          Get Tree.
 I_AD_Tree getAD_Tree()
           
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getNode_ID()
          Get Node_ID
 void setAD_Tree_ID(int AD_Tree_ID)
          Set Tree.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setNode_ID(int Node_ID)
          Set Node_ID
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_TreeBar

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=456


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


COLUMNNAME_AD_Tree_ID

static final String COLUMNNAME_AD_Tree_ID
Column name AD_Tree_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_Node_ID

static final String COLUMNNAME_Node_ID
Column name Node_ID

See Also:
Constant Field Values
Method Detail

setAD_Tree_ID

void setAD_Tree_ID(int AD_Tree_ID)
Set Tree. Identifies a Tree


getAD_Tree_ID

int getAD_Tree_ID()
Get Tree. Identifies a Tree


getAD_Tree

I_AD_Tree getAD_Tree()
                     throws Exception
Throws:
Exception

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setNode_ID

void setNode_ID(int Node_ID)
Set Node_ID


getNode_ID

int getNode_ID()
Get Node_ID


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.