public class DocLine_FINPayment extends DocLineCashVATReady_PaymentTransactionReconciliation
m_A_Asset_ID, m_account, m_AD_Org_ID, m_AD_OrgTrx_ID, m_AmtAcctCr, m_AmtAcctDr, m_AmtSourceCr, m_AmtSourceDr, m_C_AcctSchema_ID, m_C_Activity_ID, m_C_BPartner_ID, m_C_Campaign_ID, m_C_Charge_ID, m_C_Costcenter_ID, m_C_Currency_ID, m_C_Glitem_ID, m_C_LocFrom_ID, m_C_LocTo_ID, m_C_Project_ID, m_C_SalesRegion_ID, m_C_Tax_ID, m_C_UOM_ID, m_C_WithHolding_ID, m_ChargeAmt, m_DateAcct, m_DateDoc, m_description, m_Line, m_M_Product_ID, m_qty, m_Record_Id2, m_TrxHeader_ID, m_TrxLine_ID, m_User1_ID, m_User2_ID, p_DocumentType, p_productInfo, ZERO
Constructor and Description |
---|
DocLine_FINPayment(String DocumentType,
String TrxHeader_ID,
String TrxLine_ID) |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Line Net Amount or Dr-Cr
|
String |
getC_GLItem_ID() |
BigDecimal |
getDoubtFulDebtAmount() |
Invoice |
getInvoice() |
String |
getInvoiceId() |
String |
getIsPrepayment() |
String |
getIsReceipt() |
String |
getLine_ID() |
Order |
getOrder() |
String |
getOrderId() |
String |
getServletInfo() |
String |
getWriteOffAmt() |
boolean |
isPrepaymentAgainstInvoice() |
void |
setAmount(String amount)
Set Amount (DR)
|
void |
setC_GLItem_ID(String item_ID) |
void |
setDoubtFulDebtAmount(BigDecimal doubtFulDebtAmount) |
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 |
void |
setInvoiceId(String invoiceId) |
void |
setIsPrepayment(String isPrepayment) |
void |
setIsReceipt(String isReceipt) |
void |
setLine_ID(String line_ID) |
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 |
void |
setOrderId(String orderId) |
void |
setPrepaymentAgainstInvoice(boolean isPrepaymentAgainstInvoice) |
void |
setWriteOffAmt(String writeOffAmt) |
getInvoiceTaxCashVAT_V_IDs, getInvoiceTaxCashVAT_V, setInvoiceTaxCashVAT_V_IDs, setInvoiceTaxCashVAT_V, setInvoiceTaxCashVAT_V
copyInfo, getAccount, getAmtSourceCr, getAmtSourceDr, getC_AcctSchema_ID, getChargeAccount, getM_C_Tax_ID, getM_C_WithHolding_ID, getM_description, loadAttributes, setAccount, setAD_Org_ID, setAmount, setConvertedAmt, setM_C_Tax_ID, setM_C_WithHolding_ID, setQty
public Invoice getInvoice()
public void setInvoice(Invoice invoice)
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 errorspublic Order getOrder()
public void setOrder(Order order)
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 errorspublic void setIsReceipt(String isReceipt)
isReceipt
- the isReceipt to setpublic String getIsReceipt()
public void setIsPrepayment(String isPrepayment)
isPrepayment
- the isPrepayment to setpublic String getIsPrepayment()
public boolean isPrepaymentAgainstInvoice()
public void setPrepaymentAgainstInvoice(boolean isPrepaymentAgainstInvoice)
isPrepaymentAgainstInvoice
- the isPrepaymentAgainstInvoice to setpublic String getLine_ID()
public void setLine_ID(String line_ID)
line_ID
- the line_ID to setpublic String getWriteOffAmt()
public void setWriteOffAmt(String writeOffAmt)
writeOffAmt
- the writeOffAmt to setpublic String getC_GLItem_ID()
public void setC_GLItem_ID(String item_ID)
item_ID
- the c_GLItem_ID to setpublic void setAmount(String amount)
DocLine
public BigDecimal getDoubtFulDebtAmount()
public void setDoubtFulDebtAmount(BigDecimal doubtFulDebtAmount)
public String getServletInfo()
getServletInfo
in class DocLine
public String getInvoiceId()
public void setInvoiceId(String invoiceId)
public String getOrderId()
public void setOrderId(String orderId)