Package org.openbravo.erpCommon.ad_forms
Class DocLine_Bank
- java.lang.Object
-
- org.openbravo.erpCommon.ad_forms.DocLine
-
- org.openbravo.erpCommon.ad_forms.DocLine_Bank
-
public class DocLine_Bank extends DocLine
-
-
Field Summary
Fields Modifier and Type Field Description String
chargeAmt
String
convertChargeAmt
String
isManual
String
m_C_GLItem_ID
String
m_C_Payment_ID
String
m_InterestAmt
String
m_StmtAmt
String
m_TrxAmt
-
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_Bank(String DocumentType, String TrxHeader_ID, String TrxLine_ID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account
getGlitemAccount(AcctSchema as, BigDecimal amount, ConnectionProvider conn)
Get GL Item AccountString
getServletInfo()
void
setAmount(String StmtAmt, String TrxAmt)
Set Amounts-
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, setConvertedAmt, setM_C_Tax_ID, setM_C_WithHolding_ID, setQty
-
-
-
-
Field Detail
-
m_C_Payment_ID
public String m_C_Payment_ID
-
m_C_GLItem_ID
public String m_C_GLItem_ID
-
isManual
public String isManual
-
chargeAmt
public String chargeAmt
-
m_TrxAmt
public String m_TrxAmt
-
m_StmtAmt
public String m_StmtAmt
-
m_InterestAmt
public String m_InterestAmt
-
convertChargeAmt
public String convertChargeAmt
-
-
Method Detail
-
getGlitemAccount
public Account getGlitemAccount(AcctSchema as, BigDecimal amount, ConnectionProvider conn)
Get GL Item Account- Parameters:
as
- account schemaamount
- amount for expense(+)/revenue(-)- Returns:
- Charge Account or null
-
getServletInfo
public String getServletInfo()
- Overrides:
getServletInfo
in classDocLine
-
-