|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.carlosbcruz.account.control.Citibank
public class Citibank
Parsers the specific Citibank bank report
Nested Class Summary | |
---|---|
class |
Citibank.CitibankBean
|
Constructor Summary | |
---|---|
Citibank()
|
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 Citibank()
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 |