Modifier and Type | Field and Description |
---|---|
private double |
fee |
Constructor and Description |
---|
CheckingAccount() |
CheckingAccount(long id) |
Modifier and Type | Method and Description |
---|---|
double |
getFee() |
void |
setFee(double fee) |
String |
toString() |
void |
withdraw(double amount) |
deposit, getBalance, getId, processInterest, setBalance
public CheckingAccount()
public CheckingAccount(long id)
public void withdraw(double amount) throws AccountException
withdraw
in class Account
AccountException
public double getFee()
public void setFee(double fee)
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.