Class DocLine_Payment


  • public class DocLine_Payment
    extends DocLine
    • Constructor Detail

      • DocLine_Payment

        public DocLine_Payment​(String DocumentType,
                               String TrxHeader_ID,
                               String TrxLine_ID)
    • Method Detail

      • getIsReceipt

        public String getIsReceipt()
        Returns:
        the isReceipt
      • getAmount

        public String getAmount()
        Description copied from class: DocLine
        Line Net Amount or Dr-Cr
        Overrides:
        getAmount in class DocLine
        Returns:
        the amount
      • getLine_ID

        public String getLine_ID()
        Returns:
        the line_ID
      • setLine_ID

        public void setLine_ID​(String line_ID)
        Parameters:
        line_ID - the line_ID to set
      • getWriteOffAmt

        public String getWriteOffAmt()
        Returns:
        the writeOffAmt
      • setWriteOffAmt

        public void setWriteOffAmt​(String writeOffAmt)
        Parameters:
        writeOffAmt - the writeOffAmt to set
      • getIsManual

        public String getIsManual()
        Returns:
        the isManual
      • setIsManual

        public void setIsManual​(String isManual)
        Parameters:
        isManual - the isManual to set
      • getIsPaid

        public String getIsPaid()
        Returns:
        the isPaid
      • setIsPaid

        public void setIsPaid​(String isPaid)
        Parameters:
        isPaid - the isPaid to set
      • getC_Settlement_Cancel_ID

        public String getC_Settlement_Cancel_ID()
        Returns:
        the c_Settlement_Cancel_ID
      • setC_Settlement_Cancel_ID

        public void setC_Settlement_Cancel_ID​(String settlement_Cancel_ID)
        Parameters:
        settlement_Cancel_ID - the c_Settlement_Cancel_ID to set
      • getC_Settlement_Generate_ID

        public String getC_Settlement_Generate_ID()
        Returns:
        the c_Settlement_Generate_ID
      • setC_Settlement_Generate_ID

        public void setC_Settlement_Generate_ID​(String settlement_Generate_ID)
        Parameters:
        settlement_Generate_ID - the c_Settlement_Generate_ID to set
      • getC_GLItem_ID

        public String getC_GLItem_ID()
        Returns:
        the c_GLItem_ID
      • setC_GLItem_ID

        public void setC_GLItem_ID​(String item_ID)
        Parameters:
        item_ID - the c_GLItem_ID to set
      • getIsDirectPosting

        public String getIsDirectPosting()
        Returns:
        the isDirectPosting
      • setIsDirectPosting

        public void setIsDirectPosting​(String isDirectPosting)
        Parameters:
        isDirectPosting - the isDirectPosting to set
      • getDpStatus

        public String getDpStatus()
        Returns:
        the dpStatus
      • setDpStatus

        public void setDpStatus​(String dpStatus)
        Parameters:
        dpStatus - the dpStatus to set
      • getConversionDate

        public String getConversionDate()
        Returns:
        the conversionDate
      • setConversionDate

        public void setConversionDate​(String conversionDate)
        Parameters:
        conversionDate - the conversionDate to set
      • getC_INVOICE_ID

        public String getC_INVOICE_ID()
        Returns:
        the c_INVOICE_ID
      • setC_INVOICE_ID

        public void setC_INVOICE_ID​(String c_invoice_id)
        Parameters:
        c_invoice_id - the c_INVOICE_ID to set
      • getC_BPARTNER_ID

        public String getC_BPARTNER_ID()
        Returns:
        the c_BPARTNER_ID
      • setC_BPARTNER_ID

        public void setC_BPARTNER_ID​(String c_bpartner_id)
        Parameters:
        c_bpartner_id - the c_BPARTNER_ID to set
      • getC_WITHHOLDING_ID

        public String getC_WITHHOLDING_ID()
        Returns:
        the c_WITHHOLDING_ID
      • setC_WITHHOLDING_ID

        public void setC_WITHHOLDING_ID​(String c_withholding_id)
        Parameters:
        c_withholding_id - the c_WITHHOLDING_ID to set
      • getWithHoldAmt

        public String getWithHoldAmt()
        Returns:
        the withHoldAmt
      • setWithHoldAmt

        public void setWithHoldAmt​(String withHoldAmt)
        Parameters:
        withHoldAmt - the withHoldAmt to set
      • getC_BANKACCOUNT_ID

        public String getC_BANKACCOUNT_ID()
        Returns:
        the c_BANKACCOUNT_ID
      • setC_BANKACCOUNT_ID

        public void setC_BANKACCOUNT_ID​(String c_bankaccount_id)
        Parameters:
        c_bankaccount_id - the c_BANKACCOUNT_ID to set
      • getC_BANKSTATEMENTLINE_ID

        public String getC_BANKSTATEMENTLINE_ID()
        Returns:
        the c_BANKSTATEMENTLINE_ID
      • setC_BANKSTATEMENTLINE_ID

        public void setC_BANKSTATEMENTLINE_ID​(String c_bankstatementline_id)
        Parameters:
        c_bankstatementline_id - the c_BANKSTATEMENTLINE_ID to set
      • getC_CASHBOOK_ID

        public String getC_CASHBOOK_ID()
        Returns:
        the c_CASHBOOK_ID
      • setC_CASHBOOK_ID

        public void setC_CASHBOOK_ID​(String c_cashbook_id)
        Parameters:
        c_cashbook_id - the c_CASHBOOK_ID to set
      • getC_CASHLINE_ID

        public String getC_CASHLINE_ID()
        Returns:
        the c_CASHLINE_ID
      • setC_CASHLINE_ID

        public void setC_CASHLINE_ID​(String c_cashline_id)
        Parameters:
        c_cashline_id - the c_CASHLINE_ID to set
      • setAmount

        public void setAmount​(String amount)
        Description copied from class: DocLine
        Set Amount (DR)
        Overrides:
        setAmount in class DocLine
        Parameters:
        amount - the amount to set
      • getC_Currency_ID_From

        public String getC_Currency_ID_From()
        Returns:
        the c_Currency_ID_From
      • setC_Currency_ID_From

        public void setC_Currency_ID_From​(String currency_ID_From)
        Parameters:
        currency_ID_From - the c_Currency_ID_From to set
      • setIsReceipt

        public void setIsReceipt​(String isReceipt)
        Parameters:
        isReceipt - the isReceipt to set