|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.carlosbcruz.account.control.Itau
public class Itau
Parsers the specific Itau bank report
Nested Class Summary | |
---|---|
class |
Itau.ItauBean
Store a transaction |
Constructor Summary | |
---|---|
Itau()
|
Method Summary | |
---|---|
AccountTransactionBean |
parseFirstTransactionLine(java.lang.String report)
Transform the first line of the bank report into a bean that can be processed by the com.carlosbcruz.account.control application |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Itau()
Method Detail |
---|
public AccountTransactionBean parseFirstTransactionLine(java.lang.String report)
AccountParser
parseFirstTransactionLine
in interface AccountParser
report
- The bank report
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |