Package org.openbravo.erpCommon.ad_forms
Class DocLineCashVATReady_PaymentTransactionReconciliation
- java.lang.Object
-
- org.openbravo.erpCommon.ad_forms.DocLine
-
- org.openbravo.erpCommon.ad_forms.DocLineCashVATReady_PaymentTransactionReconciliation
-
- Direct Known Subclasses:
DocLine_FINFinAccTransaction
,DocLine_FINPayment
,DocLine_FINReconciliation
public class DocLineCashVATReady_PaymentTransactionReconciliation extends DocLine
Use for DocLine that must support Cash VAT regime
-
-
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 DocLineCashVATReady_PaymentTransactionReconciliation(String documentType, String trxHeaderID, String trxLineID)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<InvoiceTaxCashVAT_V>
getInvoiceTaxCashVAT_V()
Deprecated.List<String>
getInvoiceTaxCashVAT_V_IDs()
Returns a list of different InvoiceTaxCashVAT_V records.void
setInvoiceTaxCashVAT_V(String finPaymentDetailID)
Given the payment detail id (finPaymentDetailID), the method calculates the linked InvoiceTaxCashVAT_V records and adds them to the invoiceTaxCashVAT_V list associated to the object.void
setInvoiceTaxCashVAT_V(List<InvoiceTaxCashVAT_V> invoiceTaxCashVATV)
Deprecated.void
setInvoiceTaxCashVAT_V_IDs(List<String> invoiceTaxCashVATV)
-
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, getServletInfo, loadAttributes, setAccount, setAD_Org_ID, setAmount, setAmount, setConvertedAmt, setM_C_Tax_ID, setM_C_WithHolding_ID, setQty
-
-
-
-
Method Detail
-
getInvoiceTaxCashVAT_V_IDs
public List<String> getInvoiceTaxCashVAT_V_IDs()
Returns a list of different InvoiceTaxCashVAT_V records. It internally creates a Set from the invoiceTaxCashVAT_V attribute and returns a List
-
getInvoiceTaxCashVAT_V
@Deprecated public List<InvoiceTaxCashVAT_V> getInvoiceTaxCashVAT_V()
Deprecated.Returns a list of different InvoiceTaxCashVAT_V records. It internally creates a Set from the invoiceTaxCashVAT_V attribute and returns a List
-
setInvoiceTaxCashVAT_V
@Deprecated public void setInvoiceTaxCashVAT_V(List<InvoiceTaxCashVAT_V> invoiceTaxCashVATV)
Deprecated.
-
setInvoiceTaxCashVAT_V
public void setInvoiceTaxCashVAT_V(String finPaymentDetailID)
Given the payment detail id (finPaymentDetailID), the method calculates the linked InvoiceTaxCashVAT_V records and adds them to the invoiceTaxCashVAT_V list associated to the object. If this method is called several times for different finPaymentDetailID, the system will add (not override) the associated invoiceTaxCashVAT_V records to the object
-
-