Interface I_AD_UserDef_Tab

  • All Known Implementing Classes:
    MUserDefTab, X_AD_UserDef_Tab

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

      • getAD_Client_ID

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

        void setAD_UserDef_Tab_ID​(int AD_UserDef_Tab_ID)
        Set User defined Tab
      • getAD_UserDef_Tab_ID

        int getAD_UserDef_Tab_ID()
        Get User defined Tab
      • setAD_UserDef_Tab_UU

        void setAD_UserDef_Tab_UU​(String AD_UserDef_Tab_UU)
        Set AD_UserDef_Tab_UU
      • getAD_UserDef_Tab_UU

        String getAD_UserDef_Tab_UU()
        Get AD_UserDef_Tab_UU
      • setAD_UserDef_Win_ID

        void setAD_UserDef_Win_ID​(int AD_UserDef_Win_ID)
        Set User defined Window
      • getAD_UserDef_Win_ID

        int getAD_UserDef_Win_ID()
        Get User defined Window
      • 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
      • setHelp

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

        String getHelp()
        Get Comment/Help. Comment or Hint
      • 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
      • setIsAllowAdvancedLookup

        void setIsAllowAdvancedLookup​(String IsAllowAdvancedLookup)
        Set Allow Advanced Lookup
      • getIsAllowAdvancedLookup

        String getIsAllowAdvancedLookup()
        Get Allow Advanced Lookup
      • setIsLookupOnlySelection

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

        String getIsLookupOnlySelection()
        Get Lookup Only Selection Columns. When defined to true Lookup panel will display only selection columns. Default to false.
      • setIsMultiRowOnly

        void setIsMultiRowOnly​(boolean IsMultiRowOnly)
        Set Multi Row Only. This applies to Multi-Row view only
      • isMultiRowOnly

        boolean isMultiRowOnly()
        Get Multi Row Only. This applies to Multi-Row view only
      • setIsReadOnly

        void setIsReadOnly​(String IsReadOnly)
        Set Read Only. Field is read only
      • getIsReadOnly

        String getIsReadOnly()
        Get Read Only. Field is read only
      • setIsSingleRow

        void setIsSingleRow​(String IsSingleRow)
        Set Single Row Layout. Default for toggle between Single- and Multi-Row (Grid) Layout
      • getIsSingleRow

        String getIsSingleRow()
        Get Single Row Layout. Default for toggle between Single- and Multi-Row (Grid) Layout
      • 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
      • 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
      • 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