|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--attrib4j.examples.AbstractDeposit
Constructor Summary | |
AbstractDeposit()
|
Method Summary | |
abstract void |
deposit(int accountNbr,
long amount)
Just a placehold to test out attributes in the inheritance chain. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractDeposit()
Method Detail |
public abstract void deposit(int accountNbr, long amount)
deposit
in interface DepositTransaction
accountNbr
- amount
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |