Package org.compiere.impexp
Class OFXBankStatementHandler.StatementLine
java.lang.Object
org.compiere.impexp.OFXBankStatementHandler.StatementLine
- Enclosing class:
- OFXBankStatementHandler
- Version:
- $Id: OFXBankStatementHandler.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
- Author:
- ET
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected BigDecimal
protected String
protected String
protected String
protected boolean
protected String
protected String
protected String
protected String
protected String
protected Timestamp
protected String
protected BigDecimal
protected String
protected String
protected Timestamp
-
Constructor Summary
ConstructorsConstructorDescriptionStatementLine
(String RoutingNo, String BankAccountNo, String Currency) Constructor for StatementLine -
Method Summary
-
Field Details
-
routingNo
-
bankAccountNo
-
statementReference
-
statementLineDate
-
reference
-
valutaDate
-
trxType
-
isReversal
protected boolean isReversal -
currency
-
stmtAmt
-
memo
-
chargeName
-
chargeAmt
-
payeeAccountNo
-
payeeName
-
trxID
-
checkNo
-
-
Constructor Details
-
StatementLine
Constructor for StatementLine- Parameters:
RoutingNo
- StringBankAccountNo
- StringCurrency
- String
-