Interface I_AD_Tab

  • All Known Implementing Classes:
    MTab, X_AD_Tab

    public interface I_AD_Tab
    Generated Interface for AD_Tab
    Version:
    Release 9
    Author:
    iDempiere (generated)
    • Method Detail

      • getAD_Client_ID

        int getAD_Client_ID()
        Get Client. Client/Tenant for this installation.
      • 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_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_CtxHelp_ID

        void setAD_CtxHelp_ID​(int AD_CtxHelp_ID)
        Set Context Help
      • getAD_CtxHelp_ID

        int getAD_CtxHelp_ID()
        Get Context Help
      • 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_Org_ID

        void setAD_Org_ID​(int AD_Org_ID)
        Set Organization. Organizational entity within client
      • getAD_Org_ID

        int getAD_Org_ID()
        Get Organization. Organizational entity within client
      • 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
      • 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
      • setAD_TabType

        void setAD_TabType​(String AD_TabType)
        Set Tab Type. Defines Tab Type
      • getAD_TabType

        String getAD_TabType()
        Get Tab Type. Defines Tab Type
      • setAD_Tab_UU

        void setAD_Tab_UU​(String AD_Tab_UU)
        Set AD_Tab_UU
      • getAD_Tab_UU

        String getAD_Tab_UU()
        Get AD_Tab_UU
      • 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
      • setCommitWarning

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

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

        Timestamp getCreated()
        Get Created. Date this record was created
      • getCreatedBy

        int getCreatedBy()
        Get Created By. User who created this records
      • 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 Detail)
      • getIncluded_Tab_ID

        int getIncluded_Tab_ID()
        Get Included Tab. Included Tab in this Tab (Master Detail)
      • setIsActive

        void setIsActive​(boolean IsActive)
        Set Active. The record is active in the system
      • isActive

        boolean isActive()
        Get Active. The record is active in the system
      • setIsAdvancedTab

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

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

        void setIsAllowAdvancedLookup​(boolean IsAllowAdvancedLookup)
        Set Allow Advanced Lookup
      • isAllowAdvancedLookup

        boolean isAllowAdvancedLookup()
        Get Allow Advanced Lookup
      • 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
      • setIsLookupOnlySelection

        void setIsLookupOnlySelection​(boolean IsLookupOnlySelection)
        Set Lookup Only Selection Columns. When defined to true Lookup panel will display only selection columns. Default to false.
      • isLookupOnlySelection

        boolean isLookupOnlySelection()
        Get Lookup Only Selection Columns. When defined to true Lookup panel will display only selection columns. Default to false.
      • 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
      • setMaxQueryRecords

        void setMaxQueryRecords​(int MaxQueryRecords)
        Set Max Query Records. If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records
      • getMaxQueryRecords

        int getMaxQueryRecords()
        Get Max Query Records. If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records
      • 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
      • setParent_Column_ID

        void setParent_Column_ID​(int Parent_Column_ID)
        Set Parent Column. The link column on the parent tab.
      • getParent_Column_ID

        int getParent_Column_ID()
        Get Parent Column. The link column on the parent tab.
      • 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)
      • setTreeDisplayedOn

        void setTreeDisplayedOn​(String TreeDisplayedOn)
        Set Tree displayed. The tree can be displayed on master tab, detail tab or both
      • getTreeDisplayedOn

        String getTreeDisplayedOn()
        Get Tree displayed. The tree can be displayed on master tab, detail tab or both
      • getUpdated

        Timestamp getUpdated()
        Get Updated. Date this record was updated
      • getUpdatedBy

        int getUpdatedBy()
        Get Updated By. User who updated this records
      • setWhereClause

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

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