Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Workbench

All Known Implementing Classes:
X_AD_Workbench

public interface I_AD_Workbench

Generated Interface for AD_Workbench

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Color_ID
          Column name AD_Color_ID
static String COLUMNNAME_AD_Column_ID
          Column name AD_Column_ID
static String COLUMNNAME_AD_Image_ID
          Column name AD_Image_ID
static String COLUMNNAME_AD_Workbench_ID
          Column name AD_Workbench_ID
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 KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=468
static String Table_Name
          TableName=AD_Workbench
 
Method Summary
 int getAD_Color_ID()
          Get System Color.
 int getAD_Column_ID()
          Get Column.
 int getAD_Image_ID()
          Get Image.
 int getAD_Workbench_ID()
          Get Workbench.
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 void setAD_Color_ID(int AD_Color_ID)
          Set System Color.
 void setAD_Column_ID(int AD_Column_ID)
          Set Column.
 void setAD_Image_ID(int AD_Image_ID)
          Set Image.
 void setAD_Workbench_ID(int AD_Workbench_ID)
          Set Workbench.
 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.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Workbench

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=468


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Color_ID

static final String COLUMNNAME_AD_Color_ID
Column name AD_Color_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Column_ID

static final String COLUMNNAME_AD_Column_ID
Column name AD_Column_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Image_ID

static final String COLUMNNAME_AD_Image_ID
Column name AD_Image_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Workbench_ID

static final String COLUMNNAME_AD_Workbench_ID
Column name AD_Workbench_ID

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
Method Detail

setAD_Color_ID

void setAD_Color_ID(int AD_Color_ID)
Set System Color. Color for backgrounds or indicators


getAD_Color_ID

int getAD_Color_ID()
Get System Color. Color for backgrounds or indicators


setAD_Column_ID

void setAD_Column_ID(int AD_Column_ID)
Set Column. Column in the table


getAD_Column_ID

int getAD_Column_ID()
Get Column. Column in the table


setAD_Image_ID

void setAD_Image_ID(int AD_Image_ID)
Set Image. Image or Icon


getAD_Image_ID

int getAD_Image_ID()
Get Image. Image or Icon


setAD_Workbench_ID

void setAD_Workbench_ID(int AD_Workbench_ID)
Set Workbench. Collection of windows, reports


getAD_Workbench_ID

int getAD_Workbench_ID()
Get Workbench. Collection of windows, reports


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


Adempiere 3.5.2a

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