Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Tab

All Known Implementing Classes:
MTab, X_AD_Tab

public interface I_AD_Tab

Generated Interface for AD_Tab

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Column_ID
          Column name AD_Column_ID
static String COLUMNNAME_AD_ColumnSortOrder_ID
          Column name AD_ColumnSortOrder_ID
static String COLUMNNAME_AD_ColumnSortYesNo_ID
          Column name AD_ColumnSortYesNo_ID
static String COLUMNNAME_AD_Image_ID
          Column name AD_Image_ID
static String COLUMNNAME_AD_Process_ID
          Column name AD_Process_ID
static String COLUMNNAME_AD_Tab_ID
          Column name AD_Tab_ID
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_AD_Window_ID
          Column name AD_Window_ID
static String COLUMNNAME_CommitWarning
          Column name CommitWarning
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DisplayLogic
          Column name DisplayLogic
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_HasTree
          Column name HasTree
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_ImportFields
          Column name ImportFields
static String COLUMNNAME_Included_Tab_ID
          Column name Included_Tab_ID
static String COLUMNNAME_IsAdvancedTab
          Column name IsAdvancedTab
static String COLUMNNAME_IsInfoTab
          Column name IsInfoTab
static String COLUMNNAME_IsInsertRecord
          Column name IsInsertRecord
static String COLUMNNAME_IsReadOnly
          Column name IsReadOnly
static String COLUMNNAME_IsSingleRow
          Column name IsSingleRow
static String COLUMNNAME_IsSortTab
          Column name IsSortTab
static String COLUMNNAME_IsTranslationTab
          Column name IsTranslationTab
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_OrderByClause
          Column name OrderByClause
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_ReadOnlyLogic
          Column name ReadOnlyLogic
static String COLUMNNAME_SeqNo
          Column name SeqNo
static String COLUMNNAME_TabLevel
          Column name TabLevel
static String COLUMNNAME_WhereClause
          Column name WhereClause
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=106
static String Table_Name
          TableName=AD_Tab
 
Method Summary
 int getAD_Column_ID()
          Get Column.
 I_AD_Column getAD_Column()
           
 int getAD_ColumnSortOrder_ID()
          Get Order Column.
 int getAD_ColumnSortYesNo_ID()
          Get Included Column.
 int getAD_Image_ID()
          Get Image.
 I_AD_Image getAD_Image()
           
 int getAD_Process_ID()
          Get Process.
 I_AD_Process getAD_Process()
           
 int getAD_Tab_ID()
          Get Tab.
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 int getAD_Window_ID()
          Get Window.
 I_AD_Window getAD_Window()
           
 String getCommitWarning()
          Get Commit Warning.
 String getDescription()
          Get Description.
 String getDisplayLogic()
          Get Display Logic.
 String getEntityType()
          Get Entity Type.
 String getHelp()
          Get Comment/Help.
 String getImportFields()
          Get Import Fields.
 int getIncluded_Tab_ID()
          Get Included Tab.
 String getName()
          Get Name.
 String getOrderByClause()
          Get Sql ORDER BY.
 String getReadOnlyLogic()
          Get Read Only Logic.
 int getSeqNo()
          Get Sequence.
 int getTabLevel()
          Get Tab Level.
 String getWhereClause()
          Get Sql WHERE.
 boolean isAdvancedTab()
          Get Advanced Tab.
 boolean isHasTree()
          Get Has Tree.
 boolean isInfoTab()
          Get Accounting Tab.
 boolean isInsertRecord()
          Get Insert Record.
 boolean isProcessing()
          Get Process Now
 boolean isReadOnly()
          Get Read Only.
 boolean isSingleRow()
          Get Single Row Layout.
 boolean isSortTab()
          Get Order Tab.
 boolean isTranslationTab()
          Get TranslationTab.
 void setAD_Column_ID(int AD_Column_ID)
          Set Column.
 void setAD_ColumnSortOrder_ID(int AD_ColumnSortOrder_ID)
          Set Order Column.
 void setAD_ColumnSortYesNo_ID(int AD_ColumnSortYesNo_ID)
          Set Included Column.
 void setAD_Image_ID(int AD_Image_ID)
          Set Image.
 void setAD_Process_ID(int AD_Process_ID)
          Set Process.
 void setAD_Tab_ID(int AD_Tab_ID)
          Set Tab.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setAD_Window_ID(int AD_Window_ID)
          Set Window.
 void setCommitWarning(String CommitWarning)
          Set Commit Warning.
 void setDescription(String Description)
          Set Description.
 void setDisplayLogic(String DisplayLogic)
          Set Display Logic.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setHasTree(boolean HasTree)
          Set Has Tree.
 void setHelp(String Help)
          Set Comment/Help.
 void setImportFields(String ImportFields)
          Set Import Fields.
 void setIncluded_Tab_ID(int Included_Tab_ID)
          Set Included Tab.
 void setIsAdvancedTab(boolean IsAdvancedTab)
          Set Advanced Tab.
 void setIsInfoTab(boolean IsInfoTab)
          Set Accounting Tab.
 void setIsInsertRecord(boolean IsInsertRecord)
          Set Insert Record.
 void setIsReadOnly(boolean IsReadOnly)
          Set Read Only.
 void setIsSingleRow(boolean IsSingleRow)
          Set Single Row Layout.
 void setIsSortTab(boolean IsSortTab)
          Set Order Tab.
 void setIsTranslationTab(boolean IsTranslationTab)
          Set TranslationTab.
 void setName(String Name)
          Set Name.
 void setOrderByClause(String OrderByClause)
          Set Sql ORDER BY.
 void setProcessing(boolean Processing)
          Set Process Now
 void setReadOnlyLogic(String ReadOnlyLogic)
          Set Read Only Logic.
 void setSeqNo(int SeqNo)
          Set Sequence.
 void setTabLevel(int TabLevel)
          Set Tab Level.
 void setWhereClause(String WhereClause)
          Set Sql WHERE.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Tab

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=106


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Column_ID

static final String COLUMNNAME_AD_Column_ID
Column name AD_Column_ID

See Also:
Constant Field Values

COLUMNNAME_AD_ColumnSortOrder_ID

static final String COLUMNNAME_AD_ColumnSortOrder_ID
Column name AD_ColumnSortOrder_ID

See Also:
Constant Field Values

COLUMNNAME_AD_ColumnSortYesNo_ID

static final String COLUMNNAME_AD_ColumnSortYesNo_ID
Column name AD_ColumnSortYesNo_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_Process_ID

static final String COLUMNNAME_AD_Process_ID
Column name AD_Process_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Tab_ID

static final String COLUMNNAME_AD_Tab_ID
Column name AD_Tab_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_AD_Window_ID

static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_ID

See Also:
Constant Field Values

COLUMNNAME_CommitWarning

static final String COLUMNNAME_CommitWarning
Column name CommitWarning

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DisplayLogic

static final String COLUMNNAME_DisplayLogic
Column name DisplayLogic

See Also:
Constant Field Values

COLUMNNAME_EntityType

static final String COLUMNNAME_EntityType
Column name EntityType

See Also:
Constant Field Values

COLUMNNAME_HasTree

static final String COLUMNNAME_HasTree
Column name HasTree

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_ImportFields

static final String COLUMNNAME_ImportFields
Column name ImportFields

See Also:
Constant Field Values

COLUMNNAME_Included_Tab_ID

static final String COLUMNNAME_Included_Tab_ID
Column name Included_Tab_ID

See Also:
Constant Field Values

COLUMNNAME_IsAdvancedTab

static final String COLUMNNAME_IsAdvancedTab
Column name IsAdvancedTab

See Also:
Constant Field Values

COLUMNNAME_IsInfoTab

static final String COLUMNNAME_IsInfoTab
Column name IsInfoTab

See Also:
Constant Field Values

COLUMNNAME_IsInsertRecord

static final String COLUMNNAME_IsInsertRecord
Column name IsInsertRecord

See Also:
Constant Field Values

COLUMNNAME_IsReadOnly

static final String COLUMNNAME_IsReadOnly
Column name IsReadOnly

See Also:
Constant Field Values

COLUMNNAME_IsSingleRow

static final String COLUMNNAME_IsSingleRow
Column name IsSingleRow

See Also:
Constant Field Values

COLUMNNAME_IsSortTab

static final String COLUMNNAME_IsSortTab
Column name IsSortTab

See Also:
Constant Field Values

COLUMNNAME_IsTranslationTab

static final String COLUMNNAME_IsTranslationTab
Column name IsTranslationTab

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_OrderByClause

static final String COLUMNNAME_OrderByClause
Column name OrderByClause

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_ReadOnlyLogic

static final String COLUMNNAME_ReadOnlyLogic
Column name ReadOnlyLogic

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values

COLUMNNAME_TabLevel

static final String COLUMNNAME_TabLevel
Column name TabLevel

See Also:
Constant Field Values

COLUMNNAME_WhereClause

static final String COLUMNNAME_WhereClause
Column name WhereClause

See Also:
Constant Field Values
Method Detail

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


getAD_Column

I_AD_Column getAD_Column()
                         throws Exception
Throws:
Exception

setAD_ColumnSortOrder_ID

void setAD_ColumnSortOrder_ID(int AD_ColumnSortOrder_ID)
Set Order Column. Column determining the order


getAD_ColumnSortOrder_ID

int getAD_ColumnSortOrder_ID()
Get Order Column. Column determining the order


setAD_ColumnSortYesNo_ID

void setAD_ColumnSortYesNo_ID(int AD_ColumnSortYesNo_ID)
Set Included Column. Column determining if a Table Column is included in Ordering


getAD_ColumnSortYesNo_ID

int getAD_ColumnSortYesNo_ID()
Get Included Column. Column determining if a Table Column is included in Ordering


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


getAD_Image

I_AD_Image getAD_Image()
                       throws Exception
Throws:
Exception

setAD_Process_ID

void setAD_Process_ID(int AD_Process_ID)
Set Process. Process or Report


getAD_Process_ID

int getAD_Process_ID()
Get Process. Process or Report


getAD_Process

I_AD_Process getAD_Process()
                           throws Exception
Throws:
Exception

setAD_Tab_ID

void setAD_Tab_ID(int AD_Tab_ID)
Set Tab. Tab within a Window


getAD_Tab_ID

int getAD_Tab_ID()
Get Tab. Tab within a 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

setAD_Window_ID

void setAD_Window_ID(int AD_Window_ID)
Set Window. Data entry or display window


getAD_Window_ID

int getAD_Window_ID()
Get Window. Data entry or display window


getAD_Window

I_AD_Window getAD_Window()
                         throws Exception
Throws:
Exception

setCommitWarning

void setCommitWarning(String CommitWarning)
Set Commit Warning. Warning displayed when saving


getCommitWarning

String getCommitWarning()
Get Commit Warning. Warning displayed when saving


setDescription

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


getDescription

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


setDisplayLogic

void setDisplayLogic(String DisplayLogic)
Set Display Logic. If the Field is displayed, the result determines if the field is actually displayed


getDisplayLogic

String getDisplayLogic()
Get Display Logic. If the Field is displayed, the result determines if the field is actually displayed


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


setHasTree

void setHasTree(boolean HasTree)
Set Has Tree. Window has Tree Graph


isHasTree

boolean isHasTree()
Get Has Tree. Window has Tree Graph


setHelp

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


getHelp

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


setImportFields

void setImportFields(String ImportFields)
Set Import Fields. Create Fields from Table Columns


getImportFields

String getImportFields()
Get Import Fields. Create Fields from Table Columns


setIncluded_Tab_ID

void setIncluded_Tab_ID(int Included_Tab_ID)
Set Included Tab. Included Tab in this Tab (Master Dateail)


getIncluded_Tab_ID

int getIncluded_Tab_ID()
Get Included Tab. Included Tab in this Tab (Master Dateail)


setIsAdvancedTab

void setIsAdvancedTab(boolean IsAdvancedTab)
Set Advanced Tab. This Tab contains advanced Functionality


isAdvancedTab

boolean isAdvancedTab()
Get Advanced Tab. This Tab contains advanced Functionality


setIsInfoTab

void setIsInfoTab(boolean IsInfoTab)
Set Accounting Tab. This Tab contains accounting information


isInfoTab

boolean isInfoTab()
Get Accounting Tab. This Tab contains accounting information


setIsInsertRecord

void setIsInsertRecord(boolean IsInsertRecord)
Set Insert Record. The user can insert a new Record


isInsertRecord

boolean isInsertRecord()
Get Insert Record. The user can insert a new Record


setIsReadOnly

void setIsReadOnly(boolean IsReadOnly)
Set Read Only. Field is read only


isReadOnly

boolean isReadOnly()
Get Read Only. Field is read only


setIsSingleRow

void setIsSingleRow(boolean IsSingleRow)
Set Single Row Layout. Default for toggle between Single- and Multi-Row (Grid) Layout


isSingleRow

boolean isSingleRow()
Get Single Row Layout. Default for toggle between Single- and Multi-Row (Grid) Layout


setIsSortTab

void setIsSortTab(boolean IsSortTab)
Set Order Tab. The Tab determines the Order


isSortTab

boolean isSortTab()
Get Order Tab. The Tab determines the Order


setIsTranslationTab

void setIsTranslationTab(boolean IsTranslationTab)
Set TranslationTab. This Tab contains translation information


isTranslationTab

boolean isTranslationTab()
Get TranslationTab. This Tab contains translation information


setName

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


getName

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


setOrderByClause

void setOrderByClause(String OrderByClause)
Set Sql ORDER BY. Fully qualified ORDER BY clause


getOrderByClause

String getOrderByClause()
Get Sql ORDER BY. Fully qualified ORDER BY clause


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setReadOnlyLogic

void setReadOnlyLogic(String ReadOnlyLogic)
Set Read Only Logic. Logic to determine if field is read only (applies only when field is read-write)


getReadOnlyLogic

String getReadOnlyLogic()
Get Read Only Logic. Logic to determine if field is read only (applies only when field is read-write)


setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


setTabLevel

void setTabLevel(int TabLevel)
Set Tab Level. Hierarchical Tab Level (0 = top)


getTabLevel

int getTabLevel()
Get Tab Level. Hierarchical Tab Level (0 = top)


setWhereClause

void setWhereClause(String WhereClause)
Set Sql WHERE. Fully qualified SQL WHERE clause


getWhereClause

String getWhereClause()
Get Sql WHERE. Fully qualified SQL WHERE clause


Adempiere 3.5.2a

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