com.carlosbcruz.account.control
Class Itau3.ItauBean

java.lang.Object
  extended by com.carlosbcruz.account.control.Itau3.ItauBean
All Implemented Interfaces:
AccountTransactionBean
Enclosing class:
Itau3

public class Itau3.ItauBean
extends java.lang.Object
implements AccountTransactionBean

Store a transaction

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

Constructor Summary
Itau3.ItauBean()
           
Itau3.ItauBean(java.lang.String day, java.lang.String month, java.lang.String year, java.lang.String description, java.lang.String value, boolean withdraw)
           
 
Method Summary
 java.lang.String getDay()
          Provide the transaction information
 java.lang.String getDescription()
          Provide the transaction information
 java.lang.String getMonth()
          Provide the transaction information
 java.lang.String getValue()
          Provide the transaction information
 java.lang.String getYear()
          Provide the transaction information
 boolean isWithdraw()
          Provide the transaction information
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Itau3.ItauBean

public Itau3.ItauBean()

Itau3.ItauBean

public Itau3.ItauBean(java.lang.String day,
                      java.lang.String month,
                      java.lang.String year,
                      java.lang.String description,
                      java.lang.String value,
                      boolean withdraw)
Method Detail

getDay

public java.lang.String getDay()
Description copied from interface: AccountTransactionBean
Provide the transaction information

Specified by:
getDay in interface AccountTransactionBean
Returns:
The trasaction day

getMonth

public java.lang.String getMonth()
Description copied from interface: AccountTransactionBean
Provide the transaction information

Specified by:
getMonth in interface AccountTransactionBean
Returns:
The trasaction month

getYear

public java.lang.String getYear()
Description copied from interface: AccountTransactionBean
Provide the transaction information

Specified by:
getYear in interface AccountTransactionBean
Returns:
The trasaction year

getValue

public java.lang.String getValue()
Description copied from interface: AccountTransactionBean
Provide the transaction information

Specified by:
getValue in interface AccountTransactionBean
Returns:
the transaction value

getDescription

public java.lang.String getDescription()
Description copied from interface: AccountTransactionBean
Provide the transaction information

Specified by:
getDescription in interface AccountTransactionBean
Returns:
the transaction description

isWithdraw

public boolean isWithdraw()
Description copied from interface: AccountTransactionBean
Provide the transaction information

Specified by:
isWithdraw in interface AccountTransactionBean
Returns:
indicate if the transaction is a widthdraw

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object