Package org.openbravo.erpCommon.ad_forms
Class DocLine_FINReconciliation
- java.lang.Object
-
- org.openbravo.erpCommon.ad_forms.DocLine
-
- org.openbravo.erpCommon.ad_forms.DocLineCashVATReady_PaymentTransactionReconciliation
-
- org.openbravo.erpCommon.ad_forms.DocLine_FINReconciliation
-
public class DocLine_FINReconciliation 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_FINReconciliation(String DocumentType, String TrxHeader_ID, String TrxLine_ID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCGlItemId()
String
getDepositAmount()
BigDecimal
getDoubtFulDebtAmount()
String
getFinFinAccTransactionId()
String
getFinPaymentId()
String
getIsPrepayment()
String
getLine_ID()
String
getPaymentAmount()
String
getServletInfo()
String
getWriteOffAmt()
void
setCGlItemId(String glItemId)
void
setDepositAmount(String depositAmount)
void
setDoubtFulDebtAmount(BigDecimal doubtFulDebtAmount)
void
setFinFinAccTransactionId(String finFinAccTransactionId)
void
setFinPaymentId(String finPaymentId)
void
setIsPrepayment(String isPrepayment)
void
setLine_ID(String line_ID)
void
setPaymentAmount(String paymentAmount)
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
-
getFinFinAccTransactionId
public String getFinFinAccTransactionId()
- Returns:
- the finFinAccTransactionId
-
setFinFinAccTransactionId
public void setFinFinAccTransactionId(String finFinAccTransactionId)
- Parameters:
finFinAccTransactionId
- the finFinAccTransactionId to set
-
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
-
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)
-
getServletInfo
public String getServletInfo()
- Overrides:
getServletInfo
in classDocLine
-
-