Class X_C_Cash

    • Method Detail

      • get_AccessLevel

        protected int get_AccessLevel()
        AccessLevel
        Specified by:
        get_AccessLevel in class PO
        Returns:
        3 - Client - Org
      • 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_OrgTrx_ID

        public void setAD_OrgTrx_ID​(int AD_OrgTrx_ID)
        Set Trx Organization.
        Specified by:
        setAD_OrgTrx_ID in interface I_C_Cash
        Parameters:
        AD_OrgTrx_ID - Performing or initiating organization
      • getAD_OrgTrx_ID

        public int getAD_OrgTrx_ID()
        Get Trx Organization.
        Specified by:
        getAD_OrgTrx_ID in interface I_C_Cash
        Returns:
        Performing or initiating organization
      • setBeginningBalance

        public void setBeginningBalance​(BigDecimal BeginningBalance)
        Set Beginning Balance.
        Specified by:
        setBeginningBalance in interface I_C_Cash
        Parameters:
        BeginningBalance - Balance prior to any transactions
      • getBeginningBalance

        public BigDecimal getBeginningBalance()
        Get Beginning Balance.
        Specified by:
        getBeginningBalance in interface I_C_Cash
        Returns:
        Balance prior to any transactions
      • setC_Activity_ID

        public void setC_Activity_ID​(int C_Activity_ID)
        Set Activity.
        Specified by:
        setC_Activity_ID in interface I_C_Cash
        Parameters:
        C_Activity_ID - Business Activity
      • getC_Activity_ID

        public int getC_Activity_ID()
        Get Activity.
        Specified by:
        getC_Activity_ID in interface I_C_Cash
        Returns:
        Business Activity
      • setC_Campaign_ID

        public void setC_Campaign_ID​(int C_Campaign_ID)
        Set Campaign.
        Specified by:
        setC_Campaign_ID in interface I_C_Cash
        Parameters:
        C_Campaign_ID - Marketing Campaign
      • getC_Campaign_ID

        public int getC_Campaign_ID()
        Get Campaign.
        Specified by:
        getC_Campaign_ID in interface I_C_Cash
        Returns:
        Marketing Campaign
      • setC_CashBook_ID

        public void setC_CashBook_ID​(int C_CashBook_ID)
        Set Cash Book.
        Specified by:
        setC_CashBook_ID in interface I_C_Cash
        Parameters:
        C_CashBook_ID - Cash Book for recording petty cash transactions
      • getC_CashBook_ID

        public int getC_CashBook_ID()
        Get Cash Book.
        Specified by:
        getC_CashBook_ID in interface I_C_Cash
        Returns:
        Cash Book for recording petty cash transactions
      • setC_Cash_ID

        public void setC_Cash_ID​(int C_Cash_ID)
        Set Cash Journal.
        Specified by:
        setC_Cash_ID in interface I_C_Cash
        Parameters:
        C_Cash_ID - Cash Journal
      • getC_Cash_ID

        public int getC_Cash_ID()
        Get Cash Journal.
        Specified by:
        getC_Cash_ID in interface I_C_Cash
        Returns:
        Cash Journal
      • setC_Cash_UU

        public void setC_Cash_UU​(String C_Cash_UU)
        Set C_Cash_UU.
        Specified by:
        setC_Cash_UU in interface I_C_Cash
        Parameters:
        C_Cash_UU - C_Cash_UU
      • getC_Cash_UU

        public String getC_Cash_UU()
        Get C_Cash_UU.
        Specified by:
        getC_Cash_UU in interface I_C_Cash
        Returns:
        C_Cash_UU
      • setC_Project_ID

        public void setC_Project_ID​(int C_Project_ID)
        Set Project.
        Specified by:
        setC_Project_ID in interface I_C_Cash
        Parameters:
        C_Project_ID - Financial Project
      • getC_Project_ID

        public int getC_Project_ID()
        Get Project.
        Specified by:
        getC_Project_ID in interface I_C_Cash
        Returns:
        Financial Project
      • setDateAcct

        public void setDateAcct​(Timestamp DateAcct)
        Set Account Date.
        Specified by:
        setDateAcct in interface I_C_Cash
        Parameters:
        DateAcct - Accounting Date
      • setDescription

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

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

        public void setDocAction​(String DocAction)
        Set Document Action.
        Specified by:
        setDocAction in interface I_C_Cash
        Parameters:
        DocAction - The targeted status of the document
      • getDocAction

        public String getDocAction()
        Get Document Action.
        Specified by:
        getDocAction in interface I_C_Cash
        Returns:
        The targeted status of the document
      • setDocStatus

        public void setDocStatus​(String DocStatus)
        Set Document Status.
        Specified by:
        setDocStatus in interface I_C_Cash
        Parameters:
        DocStatus - The current status of the document
      • getDocStatus

        public String getDocStatus()
        Get Document Status.
        Specified by:
        getDocStatus in interface I_C_Cash
        Returns:
        The current status of the document
      • setEndingBalance

        public void setEndingBalance​(BigDecimal EndingBalance)
        Set Ending balance.
        Specified by:
        setEndingBalance in interface I_C_Cash
        Parameters:
        EndingBalance - Ending or closing balance
      • setIsApproved

        public void setIsApproved​(boolean IsApproved)
        Set Approved.
        Specified by:
        setIsApproved in interface I_C_Cash
        Parameters:
        IsApproved - Indicates if this document requires approval
      • isApproved

        public boolean isApproved()
        Get Approved.
        Specified by:
        isApproved in interface I_C_Cash
        Returns:
        Indicates if this document requires approval
      • setName

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

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

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

        public void setPosted​(boolean Posted)
        Set Posted.
        Specified by:
        setPosted in interface I_C_Cash
        Parameters:
        Posted - Posting status
      • isPosted

        public boolean isPosted()
        Get Posted.
        Specified by:
        isPosted in interface I_C_Cash
        Returns:
        Posting status
      • setProcessed

        public void setProcessed​(boolean Processed)
        Set Processed.
        Specified by:
        setProcessed in interface I_C_Cash
        Parameters:
        Processed - The document has been processed
      • isProcessed

        public boolean isProcessed()
        Get Processed.
        Specified by:
        isProcessed in interface I_C_Cash
        Returns:
        The document has been processed
      • setProcessedOn

        public void setProcessedOn​(BigDecimal ProcessedOn)
        Set Processed On.
        Specified by:
        setProcessedOn in interface I_C_Cash
        Parameters:
        ProcessedOn - The date+time (expressed in decimal format) when the document has been processed
      • getProcessedOn

        public BigDecimal getProcessedOn()
        Get Processed On.
        Specified by:
        getProcessedOn in interface I_C_Cash
        Returns:
        The date+time (expressed in decimal format) when the document has been processed
      • setProcessing

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

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

        public void setStatementDate​(Timestamp StatementDate)
        Set Statement date.
        Specified by:
        setStatementDate in interface I_C_Cash
        Parameters:
        StatementDate - Date of the statement
      • setStatementDifference

        public void setStatementDifference​(BigDecimal StatementDifference)
        Set Statement difference.
        Specified by:
        setStatementDifference in interface I_C_Cash
        Parameters:
        StatementDifference - Difference between statement ending balance and actual ending balance
      • getStatementDifference

        public BigDecimal getStatementDifference()
        Get Statement difference.
        Specified by:
        getStatementDifference in interface I_C_Cash
        Returns:
        Difference between statement ending balance and actual ending balance
      • setUser1_ID

        public void setUser1_ID​(int User1_ID)
        Set User Element List 1.
        Specified by:
        setUser1_ID in interface I_C_Cash
        Parameters:
        User1_ID - User defined list element #1
      • getUser1_ID

        public int getUser1_ID()
        Get User Element List 1.
        Specified by:
        getUser1_ID in interface I_C_Cash
        Returns:
        User defined list element #1
      • setUser2_ID

        public void setUser2_ID​(int User2_ID)
        Set User Element List 2.
        Specified by:
        setUser2_ID in interface I_C_Cash
        Parameters:
        User2_ID - User defined list element #2
      • getUser2_ID

        public int getUser2_ID()
        Get User Element List 2.
        Specified by:
        getUser2_ID in interface I_C_Cash
        Returns:
        User defined list element #2