Adempiere 3.5.2a

org.compiere.model
Interface I_AD_InfoWindow

All Known Implementing Classes:
MInfoWindow, X_AD_InfoWindow

public interface I_AD_InfoWindow

Generated Interface for AD_InfoWindow

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_InfoWindow_ID
          Column name AD_InfoWindow_ID
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_FromClause
          Column name FromClause
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_OtherClause
          Column name OtherClause
static String COLUMNNAME_Processing
          Column name Processing
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=895
static String Table_Name
          TableName=AD_InfoWindow
 
Method Summary
 int getAD_InfoWindow_ID()
          Get Info Window.
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getFromClause()
          Get Sql FROM.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 String getOtherClause()
          Get Other SQL Clause.
 boolean isProcessing()
          Get Process Now
 void setAD_InfoWindow_ID(int AD_InfoWindow_ID)
          Set Info Window.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setFromClause(String FromClause)
          Set Sql FROM.
 void setHelp(String Help)
          Set Comment/Help.
 void setName(String Name)
          Set Name.
 void setOtherClause(String OtherClause)
          Set Other SQL Clause.
 void setProcessing(boolean Processing)
          Set Process Now
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_InfoWindow

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=895


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_InfoWindow_ID

static final String COLUMNNAME_AD_InfoWindow_ID
Column name AD_InfoWindow_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_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_FromClause

static final String COLUMNNAME_FromClause
Column name FromClause

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_OtherClause

static final String COLUMNNAME_OtherClause
Column name OtherClause

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values
Method Detail

setAD_InfoWindow_ID

void setAD_InfoWindow_ID(int AD_InfoWindow_ID)
Set Info Window. Info and search/select Window


getAD_InfoWindow_ID

int getAD_InfoWindow_ID()
Get Info Window. Info and search/select Window


setAD_Table_ID

void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information


getAD_Table_ID

int getAD_Table_ID()
Get Table. Database Table information


getAD_Table

I_AD_Table getAD_Table()
                       throws Exception
Throws:
Exception

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


setFromClause

void setFromClause(String FromClause)
Set Sql FROM. SQL FROM clause


getFromClause

String getFromClause()
Get Sql FROM. SQL FROM clause


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


setOtherClause

void setOtherClause(String OtherClause)
Set Other SQL Clause. Other SQL Clause


getOtherClause

String getOtherClause()
Get Other SQL Clause. Other SQL Clause


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


Adempiere 3.5.2a

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