Package org.compiere.acct
Class DocLine_Bank
java.lang.Object
org.compiere.acct.DocLine
org.compiere.acct.DocLine_Bank
DocLine for
MBankStatementLine
- Version:
- $Id: DocLine_Bank.java,v 1.2 2006/07/30 00:53:33 jjanke Exp $
- Author:
- Jorg Janke
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getAD_Org_ID
(boolean payment) Get AD_Org_IDint
Get PaymentGet Interest AmountGet Statement AmountGet Transaction Amountboolean
Is ReversalMethods inherited from class org.compiere.acct.DocLine
get_ID, getAccount, getAccount, getAD_Org_ID, getAD_OrgTrx_ID, getAmtAcctCr, getAmtAcctDr, getAmtSource, getAmtSourceCr, getAmtSourceDr, getC_AcctSchema_ID, getC_Activity_ID, getC_BPartner_ID, getC_BPartner_Location_ID, getC_Campaign_ID, getC_Charge_ID, getC_ConversionType_ID, getC_Currency_ID, getC_LocFrom_ID, getC_LocTo_ID, getC_OrderLine_ID, getC_Period_ID, getC_Project_ID, getC_ProjectPhase_ID, getC_ProjectTask_ID, getC_RevenueRecognition_ID, getC_SalesRegion_ID, getC_Tax_ID, getC_UOM_ID, getChargeAccount, getChargeAmt, getCurrencyRate, getDateAcct, getDateConv, getDateDoc, getDescription, getDiscount, getLine, getListAmount, getM_AttributeSetInstance_ID, getM_Locator_ID, getM_LocatorTo_ID, getM_Product_ID, getM_Production_ID, getOrder_Org_ID, getPO, getPP_Cost_Collector_ID, getProduct, getProductCost, getProductCosts, getProductCosts, getQty, getReversalLine_ID, getUser1_ID, getUser2_ID, getValue, isItem, isProductionBOM, setAccount, setAmount, setAmount, setAmount, setC_BPartner_ID, setC_ConversionType_ID, setC_LocFrom_ID, setC_LocTo_ID, setC_Period_ID, setConvertedAmt, setCurrencyRate, setDateAcct, setDateDoc, setLineNetAmtDifference, setPP_Cost_Collector_ID, setProductionBOM, setQty, setReversalLine_ID, toString
-
Constructor Details
-
DocLine_Bank
Constructor- Parameters:
line
- statement linedoc
- header
-
-
Method Details
-
getC_Payment_ID
public int getC_Payment_ID()Get Payment- Returns:
- C_Paymnet_ID
-
getAD_Org_ID
public int getAD_Org_ID(boolean payment) Get AD_Org_ID- Parameters:
payment
- if true get Org from payment- Returns:
- AD_Org_ID
-
isReversal
public boolean isReversal()Is Reversal- Returns:
- true if reversal
-
getInterestAmt
Get Interest Amount- Returns:
- Interest Amount
-
getStmtAmt
Get Statement Amount- Returns:
- Statement Amount
-
getTrxAmt
Get Transaction Amount- Returns:
- transaction amount
-