samples.mybank
Class AccountServiceImpl

java.lang.Object
  extended by samples.mybank.AccountServiceImpl
All Implemented Interfaces:
AccountService

public class AccountServiceImpl
extends java.lang.Object
implements AccountService


Constructor Summary
AccountServiceImpl()
           
 
Method Summary
 AccountReport getAccountReport(int param0)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountServiceImpl

public AccountServiceImpl()
Method Detail

init

public void init()

getAccountReport

public AccountReport getAccountReport(int param0)
Specified by:
getAccountReport in interface AccountService
Returns:
returns com.mybank.account.AccountReport