Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Tree

All Known Implementing Classes:
MTree, MTree_Base, X_AD_Tree

public interface I_AD_Tree

Generated Interface for AD_Tree

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Tree_ID
          Column name AD_Tree_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsAllNodes
          Column name IsAllNodes
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_TreeType
          Column name TreeType
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=288
static String Table_Name
          TableName=AD_Tree
 
Method Summary
 int getAD_Tree_ID()
          Get Tree.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 String getTreeType()
          Get Type | Area.
 boolean isAllNodes()
          Get All Nodes.
 boolean isDefault()
          Get Default.
 boolean isProcessing()
          Get Process Now
 void setAD_Tree_ID(int AD_Tree_ID)
          Set Tree.
 void setDescription(String Description)
          Set Description.
 void setIsAllNodes(boolean IsAllNodes)
          Set All Nodes.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setName(String Name)
          Set Name.
 void setProcessing(boolean Processing)
          Set Process Now
 void setTreeType(String TreeType)
          Set Type | Area.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Tree

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=288


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Tree_ID

static final String COLUMNNAME_AD_Tree_ID
Column name AD_Tree_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsAllNodes

static final String COLUMNNAME_IsAllNodes
Column name IsAllNodes

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_TreeType

static final String COLUMNNAME_TreeType
Column name TreeType

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


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setIsAllNodes

void setIsAllNodes(boolean IsAllNodes)
Set All Nodes. All Nodes are included (Complete Tree)


isAllNodes

boolean isAllNodes()
Get All Nodes. All Nodes are included (Complete Tree)


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setTreeType

void setTreeType(String TreeType)
Set Type | Area. Element this tree is built on (i.e Product, Business Partner)


getTreeType

String getTreeType()
Get Type | Area. Element this tree is built on (i.e Product, Business Partner)


Adempiere 3.5.2a

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