attrib4j.examples
Class AbstractDeposit

java.lang.Object
  |
  +--attrib4j.examples.AbstractDeposit
All Implemented Interfaces:
DepositTransaction
Direct Known Subclasses:
ExampleClass, InheritanceTxExample

public abstract class AbstractDeposit
extends java.lang.Object
implements DepositTransaction

Author:
Mark.Pollack

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

AbstractDeposit

public AbstractDeposit()
Method Detail

deposit

public abstract void deposit(int accountNbr,
                             long amount)
Just a placehold to test out attributes in the inheritance chain.

Specified by:
deposit in interface DepositTransaction
Parameters:
accountNbr -
amount -


Copyright © 2002-2003 Mark Pollack. All Rights Reserved.