Package org.openbravo.erpCommon.ad_forms
Class DocLine_FINFinAccTransaction
- java.lang.Object
-
- org.openbravo.erpCommon.ad_forms.DocLine
-
- org.openbravo.erpCommon.ad_forms.DocLineCashVATReady_PaymentTransactionReconciliation
-
- org.openbravo.erpCommon.ad_forms.DocLine_FINFinAccTransaction
-
public class DocLine_FINFinAccTransaction extends DocLineCashVATReady_PaymentTransactionReconciliation
-
-
Field Summary
-
Fields inherited from class org.openbravo.erpCommon.ad_forms.DocLine
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 Summary
Constructors Constructor Description DocLine_FINFinAccTransaction(String DocumentType, String TrxHeader_ID, String TrxLine_ID)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getcGlItemId()
String
getCGlItemId()
String
getDepositAmount()
BigDecimal
getDoubtFulDebtAmount()
String
getFinPaymentId()
Invoice
getInvoice()
String
getInvoiceId()
String
getIsPrepayment()
String
getLine_ID()
String
getPaymentAmount()
String
getServletInfo()
String
getWriteOffAmt()
boolean
isPrepaymentAgainstInvoice()
void
setcGlItemId(String cGlItemId)
void
setCGlItemId(String glItemId)
void
setDepositAmount(String depositAmount)
void
setDoubtFulDebtAmount(BigDecimal doubtFulDebtAmount)
void
setFinPaymentId(String finPaymentId)
void
setInvoice(Invoice invoice)
Deprecated.UsesetInvoiceId(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 errorsvoid
setInvoice_ID(String invoiceId)
Deprecated.UsesetInvoiceId(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 errorsvoid
setInvoiceId(String invoiceId)
void
setIsPrepayment(String isPrepayment)
void
setLine_ID(String line_ID)
void
setPaymentAmount(String paymentAmount)
void
setPrepaymentAgainstInvoice(boolean isPrepaymentAgainstInvoice)
void
setWriteOffAmt(String writeOffAmt)
-
Methods inherited from class org.openbravo.erpCommon.ad_forms.DocLineCashVATReady_PaymentTransactionReconciliation
getInvoiceTaxCashVAT_V, getInvoiceTaxCashVAT_V_IDs, setInvoiceTaxCashVAT_V, setInvoiceTaxCashVAT_V, setInvoiceTaxCashVAT_V_IDs
-
Methods inherited from class org.openbravo.erpCommon.ad_forms.DocLine
copyInfo, getAccount, getAmount, getAmtSourceCr, getAmtSourceDr, getC_AcctSchema_ID, getChargeAccount, getM_C_Tax_ID, getM_C_WithHolding_ID, getM_description, loadAttributes, setAccount, setAD_Org_ID, setAmount, setAmount, setConvertedAmt, setM_C_Tax_ID, setM_C_WithHolding_ID, setQty
-
-
-
-
Method Detail
-
getcGlItemId
public String getcGlItemId()
-
setcGlItemId
public void setcGlItemId(String cGlItemId)
-
getInvoice
public Invoice getInvoice()
-
setInvoice
@Deprecated public void setInvoice(Invoice invoice)
Deprecated.UsesetInvoiceId(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.UsesetInvoiceId(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)
-
getServletInfo
public String getServletInfo()
- Overrides:
getServletInfo
in classDocLine
-
-