All Packages Class Hierarchy This Package Previous Next Index
public abstract int checkBalanceAccount(int accountNumber) throws AccountNotFoundException
public abstract int depositAccount(int accountNumber, int amount) throws AccountNotFoundException
public abstract boolean verifyAccount(int accountNumber)
public abstract int withdrawAccount(int accountNumber, int amount) throws AccountNotFoundException
All Packages Class Hierarchy This Package Previous Next Index