Class DocLine_FINPayment

    • Constructor Detail

      • DocLine_FINPayment

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

      • getInvoice

        public Invoice getInvoice()
      • setInvoice

        @Deprecated
        public void setInvoice​(Invoice invoice)
        Deprecated.
        Use setInvoiceId(String) instead, which avoids to store a object in memory so we can control from outside when to flush and/or clear the session to avoid Out Of Memory errors
      • getOrder

        public Order getOrder()
      • setOrder

        @Deprecated
        public void setOrder​(Order order)
        Deprecated.
        Use setOrderId(String) instead, which avoids to store a object in memory so we can control from outside when to flush and/or clear the session to avoid Out Of Memory errors
      • setIsReceipt

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

        public String getIsReceipt()
        Returns:
        the isReceipt
      • setIsPrepayment

        public void setIsPrepayment​(String isPrepayment)
        Parameters:
        isPrepayment - the isPrepayment to set
      • getIsPrepayment

        public String getIsPrepayment()
        Returns:
        the isPrepayment
      • isPrepaymentAgainstInvoice

        public boolean isPrepaymentAgainstInvoice()
        Returns:
        the isPrepaymentAgainstInvoice
      • setPrepaymentAgainstInvoice

        public void setPrepaymentAgainstInvoice​(boolean isPrepaymentAgainstInvoice)
        Parameters:
        isPrepaymentAgainstInvoice - the isPrepaymentAgainstInvoice to set
      • getAmount

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

        public String getAmountExcludingCredit()
        Returns:
        the amountExcludingCredit
      • 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
      • 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
      • 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
      • setAmountExcludingCredit

        public void setAmountExcludingCredit​(String amountExcludingCredit)
        Parameters:
        amountExcludingCredit - the amountExcludingCredit to set
      • getDoubtFulDebtAmount

        public BigDecimal getDoubtFulDebtAmount()
      • setDoubtFulDebtAmount

        public void setDoubtFulDebtAmount​(BigDecimal doubtFulDebtAmount)
      • getInvoiceId

        public String getInvoiceId()
      • setInvoiceId

        public void setInvoiceId​(String invoiceId)
      • getOrderId

        public String getOrderId()
      • setOrderId

        public void setOrderId​(String orderId)