|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jso.examples.banking.Account
net.sf.jso.examples.banking.SpecialAccount
When using special accounts clients are granted some credit.
Constructor Summary | |
SpecialAccount()
|
|
SpecialAccount(int aNumber,
Client aClient,
int amount)
|
Method Summary | |
int |
getCreditAmount()
|
protected void |
validateBalance(int amount)
|
Methods inherited from class net.sf.jso.examples.banking.Account |
deposit, getBalance, getClient, getNumber, history, withdraw |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpecialAccount()
public SpecialAccount(int aNumber, Client aClient, int amount)
Method Detail |
public int getCreditAmount()
protected void validateBalance(int amount)
validateBalance
in class Account
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |