Display Account

Teller Accessor

TellerAccessor teller = new TellerAccessor(); int accountId = Integer.parseInt(request.getParameter("id")); Account account = teller.getAccount(accountId);

id=account.getId()

balance=account.getBalance()


home