Package org.compiere.acct
Class DocLine_Bank
- java.lang.Object
-
- org.compiere.acct.DocLine
-
- org.compiere.acct.DocLine_Bank
-
public class DocLine_Bank extends DocLine
Bank Statement Line- Version:
- $Id: DocLine_Bank.java,v 1.2 2006/07/30 00:53:33 jjanke Exp $
- Author:
- Jorg Janke
-
-
Constructor Summary
Constructors Constructor Description DocLine_Bank(MBankStatementLine line, Doc_BankStatement doc)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAD_Org_ID(boolean payment)
Get AD_Org_IDint
getC_Payment_ID()
Get PaymentBigDecimal
getInterestAmt()
Get InterestBigDecimal
getStmtAmt()
Get StatementBigDecimal
getTrxAmt()
Get Transactionboolean
isReversal()
Is Reversal-
Methods 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 Detail
-
DocLine_Bank
public DocLine_Bank(MBankStatementLine line, Doc_BankStatement doc)
Constructor- Parameters:
line
- statement linedoc
- header
-
-
Method Detail
-
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:
- org
-
isReversal
public boolean isReversal()
Is Reversal- Returns:
- true if reversal
-
getInterestAmt
public BigDecimal getInterestAmt()
Get Interest- Returns:
- InterestAmount
-
getStmtAmt
public BigDecimal getStmtAmt()
Get Statement- Returns:
- Starement Amount
-
getTrxAmt
public BigDecimal getTrxAmt()
Get Transaction- Returns:
- transaction amount
-
-