Class X_AD_Table

    • Constructor Detail

      • X_AD_Table

        public X_AD_Table​(Properties ctx,
                          int AD_Table_ID,
                          String trxName)
        Standard Constructor
    • Method Detail

      • get_AccessLevel

        protected int get_AccessLevel()
        AccessLevel
        Specified by:
        get_AccessLevel in class PO
        Returns:
        4 - System
      • initPO

        protected POInfo initPO​(Properties ctx)
        Load Meta Data
        Specified by:
        initPO in class PO
        Parameters:
        ctx - context
        Returns:
        POInfo
      • toString

        public String toString()
        Description copied from class: PO
        String representation
        Overrides:
        toString in class PO
        Returns:
        String representation
      • setAccessLevel

        public void setAccessLevel​(String AccessLevel)
        Set Data Access Level.
        Specified by:
        setAccessLevel in interface I_AD_Table
        Parameters:
        AccessLevel - Access Level required
      • getAccessLevel

        public String getAccessLevel()
        Get Data Access Level.
        Specified by:
        getAccessLevel in interface I_AD_Table
        Returns:
        Access Level required
      • setAD_Table_ID

        public void setAD_Table_ID​(int AD_Table_ID)
        Set Table.
        Specified by:
        setAD_Table_ID in interface I_AD_Table
        Parameters:
        AD_Table_ID - Database Table information
      • getAD_Table_ID

        public int getAD_Table_ID()
        Get Table.
        Specified by:
        getAD_Table_ID in interface I_AD_Table
        Returns:
        Database Table information
      • setAD_Table_UU

        public void setAD_Table_UU​(String AD_Table_UU)
        Set AD_Table_UU.
        Specified by:
        setAD_Table_UU in interface I_AD_Table
        Parameters:
        AD_Table_UU - AD_Table_UU
      • setAD_Val_Rule_ID

        public void setAD_Val_Rule_ID​(int AD_Val_Rule_ID)
        Set Dynamic Validation.
        Specified by:
        setAD_Val_Rule_ID in interface I_AD_Table
        Parameters:
        AD_Val_Rule_ID - Dynamic Validation Rule
      • getAD_Val_Rule_ID

        public int getAD_Val_Rule_ID()
        Get Dynamic Validation.
        Specified by:
        getAD_Val_Rule_ID in interface I_AD_Table
        Returns:
        Dynamic Validation Rule
      • setAD_Window_ID

        public void setAD_Window_ID​(int AD_Window_ID)
        Set Window.
        Specified by:
        setAD_Window_ID in interface I_AD_Table
        Parameters:
        AD_Window_ID - Data entry or display window
      • getAD_Window_ID

        public int getAD_Window_ID()
        Get Window.
        Specified by:
        getAD_Window_ID in interface I_AD_Table
        Returns:
        Data entry or display window
      • setCopyColumnsFromTable

        public void setCopyColumnsFromTable​(String CopyColumnsFromTable)
        Set Copy Columns From Table.
        Specified by:
        setCopyColumnsFromTable in interface I_AD_Table
        Parameters:
        CopyColumnsFromTable - Copy Columns From Table
      • setCopyComponentsFromView

        public void setCopyComponentsFromView​(String CopyComponentsFromView)
        Set Copy Components From View.
        Specified by:
        setCopyComponentsFromView in interface I_AD_Table
        Parameters:
        CopyComponentsFromView - Copy Components From View
      • setCreateWindowFromTable

        public void setCreateWindowFromTable​(String CreateWindowFromTable)
        Set Create Window From Table.
        Specified by:
        setCreateWindowFromTable in interface I_AD_Table
        Parameters:
        CreateWindowFromTable - Create Window From Table
      • setDatabaseViewDrop

        public void setDatabaseViewDrop​(String DatabaseViewDrop)
        Set Drop view.
        Specified by:
        setDatabaseViewDrop in interface I_AD_Table
        Parameters:
        DatabaseViewDrop - Drop view
      • setDescription

        public void setDescription​(String Description)
        Set Description.
        Specified by:
        setDescription in interface I_AD_Table
        Parameters:
        Description - Optional short description of the record
      • getDescription

        public String getDescription()
        Get Description.
        Specified by:
        getDescription in interface I_AD_Table
        Returns:
        Optional short description of the record
      • setEntityType

        public void setEntityType​(String EntityType)
        Set Entity Type.
        Specified by:
        setEntityType in interface I_AD_Table
        Parameters:
        EntityType - Dictionary Entity Type; Determines ownership and synchronization
      • getEntityType

        public String getEntityType()
        Get Entity Type.
        Specified by:
        getEntityType in interface I_AD_Table
        Returns:
        Dictionary Entity Type; Determines ownership and synchronization
      • setHelp

        public void setHelp​(String Help)
        Set Comment/Help.
        Specified by:
        setHelp in interface I_AD_Table
        Parameters:
        Help - Comment or Hint
      • getHelp

        public String getHelp()
        Get Comment/Help.
        Specified by:
        getHelp in interface I_AD_Table
        Returns:
        Comment or Hint
      • setImportTable

        public void setImportTable​(String ImportTable)
        Set Import Table.
        Specified by:
        setImportTable in interface I_AD_Table
        Parameters:
        ImportTable - Import Table Columns from Database
      • getImportTable

        public String getImportTable()
        Get Import Table.
        Specified by:
        getImportTable in interface I_AD_Table
        Returns:
        Import Table Columns from Database
      • setIsCentrallyMaintained

        public void setIsCentrallyMaintained​(boolean IsCentrallyMaintained)
        Set Centrally maintained.
        Specified by:
        setIsCentrallyMaintained in interface I_AD_Table
        Parameters:
        IsCentrallyMaintained - Information maintained in System Element table
      • isCentrallyMaintained

        public boolean isCentrallyMaintained()
        Get Centrally maintained.
        Specified by:
        isCentrallyMaintained in interface I_AD_Table
        Returns:
        Information maintained in System Element table
      • setIsChangeLog

        public void setIsChangeLog​(boolean IsChangeLog)
        Set Maintain Change Log.
        Specified by:
        setIsChangeLog in interface I_AD_Table
        Parameters:
        IsChangeLog - Maintain a log of changes
      • isChangeLog

        public boolean isChangeLog()
        Get Maintain Change Log.
        Specified by:
        isChangeLog in interface I_AD_Table
        Returns:
        Maintain a log of changes
      • setIsDeleteable

        public void setIsDeleteable​(boolean IsDeleteable)
        Set Records deletable.
        Specified by:
        setIsDeleteable in interface I_AD_Table
        Parameters:
        IsDeleteable - Indicates if records can be deleted from the database
      • isDeleteable

        public boolean isDeleteable()
        Get Records deletable.
        Specified by:
        isDeleteable in interface I_AD_Table
        Returns:
        Indicates if records can be deleted from the database
      • setIsHighVolume

        public void setIsHighVolume​(boolean IsHighVolume)
        Set High Volume.
        Specified by:
        setIsHighVolume in interface I_AD_Table
        Parameters:
        IsHighVolume - Use Search instead of Pick list
      • isHighVolume

        public boolean isHighVolume()
        Get High Volume.
        Specified by:
        isHighVolume in interface I_AD_Table
        Returns:
        Use Search instead of Pick list
      • setIsSecurityEnabled

        public void setIsSecurityEnabled​(boolean IsSecurityEnabled)
        Set Security enabled.
        Specified by:
        setIsSecurityEnabled in interface I_AD_Table
        Parameters:
        IsSecurityEnabled - If security is enabled, user access to data can be restricted via Roles
      • isSecurityEnabled

        public boolean isSecurityEnabled()
        Get Security enabled.
        Specified by:
        isSecurityEnabled in interface I_AD_Table
        Returns:
        If security is enabled, user access to data can be restricted via Roles
      • setIsView

        public void setIsView​(boolean IsView)
        Set View.
        Specified by:
        setIsView in interface I_AD_Table
        Parameters:
        IsView - This is a view
      • isView

        public boolean isView()
        Get View.
        Specified by:
        isView in interface I_AD_Table
        Returns:
        This is a view
      • setLoadSeq

        public void setLoadSeq​(int LoadSeq)
        Set Sequence.
        Specified by:
        setLoadSeq in interface I_AD_Table
        Parameters:
        LoadSeq - Sequence
      • getLoadSeq

        public int getLoadSeq()
        Get Sequence.
        Specified by:
        getLoadSeq in interface I_AD_Table
        Returns:
        Sequence
      • setName

        public void setName​(String Name)
        Set Name.
        Specified by:
        setName in interface I_AD_Table
        Parameters:
        Name - Alphanumeric identifier of the entity
      • getName

        public String getName()
        Get Name.
        Specified by:
        getName in interface I_AD_Table
        Returns:
        Alphanumeric identifier of the entity
      • setPO_Window_ID

        public void setPO_Window_ID​(int PO_Window_ID)
        Set PO Window.
        Specified by:
        setPO_Window_ID in interface I_AD_Table
        Parameters:
        PO_Window_ID - Purchase Order Window
      • getPO_Window_ID

        public int getPO_Window_ID()
        Get PO Window.
        Specified by:
        getPO_Window_ID in interface I_AD_Table
        Returns:
        Purchase Order Window
      • setProcessing

        public void setProcessing​(boolean Processing)
        Set Process Now.
        Specified by:
        setProcessing in interface I_AD_Table
        Parameters:
        Processing - Process Now
      • isProcessing

        public boolean isProcessing()
        Get Process Now.
        Specified by:
        isProcessing in interface I_AD_Table
        Returns:
        Process Now
      • setReplicationType

        public void setReplicationType​(String ReplicationType)
        Set Replication Type.
        Specified by:
        setReplicationType in interface I_AD_Table
        Parameters:
        ReplicationType - Type of Data Replication
      • getReplicationType

        public String getReplicationType()
        Get Replication Type.
        Specified by:
        getReplicationType in interface I_AD_Table
        Returns:
        Type of Data Replication
      • setTableName

        public void setTableName​(String TableName)
        Set DB Table Name.
        Specified by:
        setTableName in interface I_AD_Table
        Parameters:
        TableName - Name of the table in the database
      • getTableName

        public String getTableName()
        Get DB Table Name.
        Specified by:
        getTableName in interface I_AD_Table
        Returns:
        Name of the table in the database
      • getKeyNamePair

        public KeyNamePair getKeyNamePair()
        Get Record ID/ColumnName
        Returns:
        ID/ColumnName pair