Class DocLine_FINFinAccTransaction

    • Constructor Detail

      • DocLine_FINFinAccTransaction

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

      • getcGlItemId

        public String getcGlItemId()
      • setcGlItemId

        public void setcGlItemId​(String cGlItemId)
      • 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
      • setInvoice_ID

        @Deprecated
        public void setInvoice_ID​(String invoiceId)
        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
      • getIsPrepayment

        public String getIsPrepayment()
        Returns:
        the isPrepayment
      • getWriteOffAmt

        public String getWriteOffAmt()
        Returns:
        the writeOffAmt
      • setWriteOffAmt

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

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

        public boolean isPrepaymentAgainstInvoice()
        Returns:
        the isPrepaymentAgainstInvoice
      • setPrepaymentAgainstInvoice

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

        public String getPaymentAmount()
        Returns:
        the paymentAmount
      • setPaymentAmount

        public void setPaymentAmount​(String paymentAmount)
        Parameters:
        paymentAmount - the paymentAmount to set
      • getDepositAmount

        public String getDepositAmount()
        Returns:
        the depositAmount
      • setDepositAmount

        public void setDepositAmount​(String depositAmount)
        Parameters:
        depositAmount - the depositAmount to set
      • getFinPaymentId

        public String getFinPaymentId()
        Returns:
        the finPaymentId
      • setFinPaymentId

        public void setFinPaymentId​(String finPaymentId)
        Parameters:
        finPaymentId - the finPaymentId to set
      • 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
      • getCGlItemId

        public String getCGlItemId()
        Returns:
        the cGlItemId
      • setCGlItemId

        public void setCGlItemId​(String glItemId)
        Parameters:
        glItemId - the cGlItemId to set
      • getDoubtFulDebtAmount

        public BigDecimal getDoubtFulDebtAmount()
      • setDoubtFulDebtAmount

        public void setDoubtFulDebtAmount​(BigDecimal doubtFulDebtAmount)
      • getInvoiceId

        public String getInvoiceId()
      • setInvoiceId

        public void setInvoiceId​(String invoiceId)