public class BankAccount extends Object implements Account
BankAccount()
void
deposit(int amount)
int
getBalance()
withdraw(int amount)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BankAccount()
public void withdraw(int amount)
withdraw
Account
public void deposit(int amount)
deposit
public int getBalance()
getBalance
Copyright © 2008-2015 Seam Framework. All Rights Reserved.