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 Stringprotected BigDecimalprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Timestampprotected Stringprotected BigDecimalprotected Stringprotected Stringprotected 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
-