Compiere 3.1

org.compiere.acct
Class DocLine_Bank

java.lang.Object
  extended by org.compiere.acct.DocLine
      extended by 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

Field Summary
 
Fields inherited from class org.compiere.acct.DocLine
log, p_po
 
Constructor Summary
DocLine_Bank(MBankStatementLine line, Doc_Bank doc)
          Constructor
 
Method Summary
 int getAD_Org_ID(boolean payment)
          Get AD_Org_ID
 int getC_Payment_ID()
          Get Payment
 BigDecimal getInterestAmt()
          Get Interest
 BigDecimal getStmtAmt()
          Get Statement
 BigDecimal getTrxAmt()
          Get Transaction
 boolean 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_SalesRegion_ID, getC_Tax_ID, getC_UOM_ID, getChargeAccount, getChargeAmt, getDateAcct, getDateDoc, getDescription, getDiscount, getLine, getListAmount, getM_AttributeSetInstance_ID, getM_Locator_ID, getM_LocatorTo_ID, getM_Product_ID, getM_ProductionPlan_ID, getOrder_Org_ID, getProduct, getProductCost, getProductCosts, getQty, 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, setDateAcct, setDateDoc, setLineNetAmtDifference, setProductionBOM, setQty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocLine_Bank

public DocLine_Bank(MBankStatementLine line,
                    Doc_Bank doc)
Constructor

Parameters:
line - statement line
doc - 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

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.