Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Desktop

All Known Implementing Classes:
X_AD_Desktop

public interface I_AD_Desktop

Generated Interface for AD_Desktop

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_Desktop_ID
          Column name AD_Desktop_ID
static String COLUMNNAME_AD_Image_ID
          Column name AD_Image_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=458
static String Table_Name
          TableName=AD_Desktop
 
Method Summary
 int getAD_Color_ID()
          Get System Color.
 int getAD_Desktop_ID()
          Get Desktop.
 int getAD_Image_ID()
          Get Image.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 void setAD_Color_ID(int AD_Color_ID)
          Set System Color.
 void setAD_Desktop_ID(int AD_Desktop_ID)
          Set Desktop.
 void setAD_Image_ID(int AD_Image_ID)
          Set Image.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Desktop

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=458


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_Desktop_ID

static final String COLUMNNAME_AD_Desktop_ID
Column name AD_Desktop_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_Description

static final String COLUMNNAME_Description
Column name Description

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_Desktop_ID

void setAD_Desktop_ID(int AD_Desktop_ID)
Set Desktop. Collection of Workbenches


getAD_Desktop_ID

int getAD_Desktop_ID()
Get Desktop. Collection of Workbenches


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


setDescription

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


getDescription

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


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.