Class DocLine_Allocation

java.lang.Object
org.compiere.acct.DocLine
org.compiere.acct.DocLine_Allocation

public class DocLine_Allocation extends DocLine
DocLine for MAllocationLine
Version:
$Id: DocLine_Allocation.java,v 1.2 2006/07/30 00:53:33 jjanke Exp $
Author:
Jorg Janke
  • Constructor Details

    • DocLine_Allocation

      public DocLine_Allocation(MAllocationLine line, Doc doc)
      DocLine_Allocation
      Parameters:
      line - allocation line
      doc - header
  • Method Details

    • getInvoiceC_Currency_ID

      public int getInvoiceC_Currency_ID()
      Get Invoice C_Currency_ID
      Returns:
      C_Currency_ID (0 if no invoice, -1 if not found)
    • toString

      public String toString()
      String Representation
      Overrides:
      toString in class DocLine
      Returns:
      info
    • getC_Order_ID

      public int getC_Order_ID()
      Returns:
      C_Order_ID.
    • getDiscountAmt

      public BigDecimal getDiscountAmt()
      Returns:
      discountAmt.
    • getOverUnderAmt

      public BigDecimal getOverUnderAmt()
      Returns:
      overUnderAmt.
    • getWriteOffAmt

      public BigDecimal getWriteOffAmt()
      Returns:
      writeOffAmt.
    • getC_CashLine_ID

      public int getC_CashLine_ID()
      Returns:
      C_CashLine_ID.
    • getC_Invoice_ID

      public int getC_Invoice_ID()
      Returns:
      C_Invoice_ID.
    • getC_Payment_ID

      public int getC_Payment_ID()
      Returns:
      C_Payment_ID.
    • getC_Charge_ID

      public int getC_Charge_ID()
      Description copied from class: DocLine
      Get Charge
      Overrides:
      getC_Charge_ID in class DocLine
      Returns:
      C_Charge_ID.
    • getDateConv

      public Timestamp getDateConv()
      Description copied from class: DocLine
      Get FX Conversion Date The foreign exchange rate conversion date may be different from the accounting posting date in some cases (e.g. bank statement)
      Overrides:
      getDateConv in class DocLine
      Returns:
      FX conversion date