Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Element

All Known Implementing Classes:
M_Element, X_AD_Element

public interface I_AD_Element

Generated Interface for AD_Element

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Element_ID
          Column name AD_Element_ID
static String COLUMNNAME_ColumnName
          Column name ColumnName
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PO_Description
          Column name PO_Description
static String COLUMNNAME_PO_Help
          Column name PO_Help
static String COLUMNNAME_PO_Name
          Column name PO_Name
static String COLUMNNAME_PO_PrintName
          Column name PO_PrintName
static String COLUMNNAME_PrintName
          Column name PrintName
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=276
static String Table_Name
          TableName=AD_Element
 
Method Summary
 int getAD_Element_ID()
          Get System Element.
 String getColumnName()
          Get DB Column Name.
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 String getPO_Description()
          Get PO Description.
 String getPO_Help()
          Get PO Help.
 String getPO_Name()
          Get PO Name.
 String getPO_PrintName()
          Get PO Print name.
 String getPrintName()
          Get Print Text.
 void setAD_Element_ID(int AD_Element_ID)
          Set System Element.
 void setColumnName(String ColumnName)
          Set DB Column Name.
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setHelp(String Help)
          Set Comment/Help.
 void setName(String Name)
          Set Name.
 void setPO_Description(String PO_Description)
          Set PO Description.
 void setPO_Help(String PO_Help)
          Set PO Help.
 void setPO_Name(String PO_Name)
          Set PO Name.
 void setPO_PrintName(String PO_PrintName)
          Set PO Print name.
 void setPrintName(String PrintName)
          Set Print Text.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Element

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=276


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Element_ID

static final String COLUMNNAME_AD_Element_ID
Column name AD_Element_ID

See Also:
Constant Field Values

COLUMNNAME_ColumnName

static final String COLUMNNAME_ColumnName
Column name ColumnName

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EntityType

static final String COLUMNNAME_EntityType
Column name EntityType

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PO_Description

static final String COLUMNNAME_PO_Description
Column name PO_Description

See Also:
Constant Field Values

COLUMNNAME_PO_Help

static final String COLUMNNAME_PO_Help
Column name PO_Help

See Also:
Constant Field Values

COLUMNNAME_PO_Name

static final String COLUMNNAME_PO_Name
Column name PO_Name

See Also:
Constant Field Values

COLUMNNAME_PO_PrintName

static final String COLUMNNAME_PO_PrintName
Column name PO_PrintName

See Also:
Constant Field Values

COLUMNNAME_PrintName

static final String COLUMNNAME_PrintName
Column name PrintName

See Also:
Constant Field Values
Method Detail

setAD_Element_ID

void setAD_Element_ID(int AD_Element_ID)
Set System Element. System Element enables the central maintenance of column description and help.


getAD_Element_ID

int getAD_Element_ID()
Get System Element. System Element enables the central maintenance of column description and help.


setColumnName

void setColumnName(String ColumnName)
Set DB Column Name. Name of the column in the database


getColumnName

String getColumnName()
Get DB Column Name. Name of the column in the database


setDescription

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


getDescription

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


setEntityType

void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization


getEntityType

String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setName

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


getName

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


setPO_Description

void setPO_Description(String PO_Description)
Set PO Description. Description in PO Screens


getPO_Description

String getPO_Description()
Get PO Description. Description in PO Screens


setPO_Help

void setPO_Help(String PO_Help)
Set PO Help. Help for PO Screens


getPO_Help

String getPO_Help()
Get PO Help. Help for PO Screens


setPO_Name

void setPO_Name(String PO_Name)
Set PO Name. Name on PO Screens


getPO_Name

String getPO_Name()
Get PO Name. Name on PO Screens


setPO_PrintName

void setPO_PrintName(String PO_PrintName)
Set PO Print name. Print name on PO Screens/Reports


getPO_PrintName

String getPO_PrintName()
Get PO Print name. Print name on PO Screens/Reports


setPrintName

void setPrintName(String PrintName)
Set Print Text. The label text to be printed on a document or correspondence.


getPrintName

String getPrintName()
Get Print Text. The label text to be printed on a document or correspondence.


Adempiere 3.5.2a

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