@SessionScoped public class DurableAccount extends Object implements BankAccount, Serializable
| Constructor and Description |
|---|
DurableAccount() |
| Modifier and Type | Method and Description |
|---|---|
void |
deposit(int amount) |
int |
getBalance() |
void |
withdraw(int amount) |
public void withdraw(int amount)
withdraw in interface BankAccountpublic void deposit(int amount)
deposit in interface BankAccountpublic int getBalance()
getBalance in interface BankAccountCopyright © 2008-2015 Seam Framework. All Rights Reserved.