Class X_EXP_Format

    • Constructor Detail

      • X_EXP_Format

        public X_EXP_Format​(Properties ctx,
                            int EXP_Format_ID,
                            String trxName)
        Standard Constructor
    • Method Detail

      • get_AccessLevel

        protected int get_AccessLevel()
        AccessLevel
        Specified by:
        get_AccessLevel in class PO
        Returns:
        6 - System - Client
      • 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
      • setAD_Table_ID

        public void setAD_Table_ID​(int AD_Table_ID)
        Set Table.
        Specified by:
        setAD_Table_ID in interface I_EXP_Format
        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_EXP_Format
        Returns:
        Database Table information
      • setDescription

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

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

        public void setEXP_Format_ID​(int EXP_Format_ID)
        Set Export Format.
        Specified by:
        setEXP_Format_ID in interface I_EXP_Format
        Parameters:
        EXP_Format_ID - Export Format
      • getEXP_Format_ID

        public int getEXP_Format_ID()
        Get Export Format.
        Specified by:
        getEXP_Format_ID in interface I_EXP_Format
        Returns:
        Export Format
      • setEXP_Format_UU

        public void setEXP_Format_UU​(String EXP_Format_UU)
        Set EXP_Format_UU.
        Specified by:
        setEXP_Format_UU in interface I_EXP_Format
        Parameters:
        EXP_Format_UU - EXP_Format_UU
      • setHelp

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

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

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

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

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

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

        public void setTestExportModel​(String TestExportModel)
        Set Test Export Model.
        Specified by:
        setTestExportModel in interface I_EXP_Format
        Parameters:
        TestExportModel - Test Export Model
      • setTestImportModel

        public void setTestImportModel​(String TestImportModel)
        Set Test Import Model.
        Specified by:
        setTestImportModel in interface I_EXP_Format
        Parameters:
        TestImportModel - Test Import Model
      • setValue

        public void setValue​(String Value)
        Set Search Key.
        Specified by:
        setValue in interface I_EXP_Format
        Parameters:
        Value - Search key for the record in the format required - must be unique
      • getValue

        public String getValue()
        Get Search Key.
        Specified by:
        getValue in interface I_EXP_Format
        Returns:
        Search key for the record in the format required - must be unique
      • setVersion

        public void setVersion​(String Version)
        Set Version.
        Specified by:
        setVersion in interface I_EXP_Format
        Parameters:
        Version - Version of the table definition
      • getVersion

        public String getVersion()
        Get Version.
        Specified by:
        getVersion in interface I_EXP_Format
        Returns:
        Version of the table definition
      • setWhereClause

        public void setWhereClause​(String WhereClause)
        Set Sql WHERE.
        Specified by:
        setWhereClause in interface I_EXP_Format
        Parameters:
        WhereClause - Fully qualified SQL WHERE clause
      • getWhereClause

        public String getWhereClause()
        Get Sql WHERE.
        Specified by:
        getWhereClause in interface I_EXP_Format
        Returns:
        Fully qualified SQL WHERE clause