@RequestScoped public class ShortTermAccount extends Object implements BankAccount
| Constructor and Description |
|---|
ShortTermAccount() |
public void withdraw(int amount)
withdraw in interface BankAccountpublic void deposit(int amount)
deposit in interface BankAccountpublic int getBalance()
getBalance in interface BankAccountCopyright © 2008-2013 Seam Framework. All Rights Reserved.