attrib4j.examples
Class ExampleClass

java.lang.Object
  |
  +--attrib4j.examples.AbstractDeposit
        |
        +--attrib4j.examples.ExampleClass
All Implemented Interfaces:
DepositTransaction

public class ExampleClass
extends AbstractDeposit

A class used for testing that is annotated with attributes. Not yet sure if any of these attributes really make practical sence.

Author:
Tycho Brahe

Field Summary
protected  java.util.List children
           
 java.lang.String name
           
 
Constructor Summary
ExampleClass()
           
 
Method Summary
 void deposit(int accountNbr, long amount)
          Just a placehold to test out attributes in the inheritance chain.
 void deposit(java.lang.Object money, java.lang.Object account)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

children

protected java.util.List children
Constructor Detail

ExampleClass

public ExampleClass()
Method Detail

deposit

public void deposit(java.lang.Object money,
                    java.lang.Object account)

deposit

public void deposit(int accountNbr,
                    long amount)
Description copied from class: AbstractDeposit
Just a placehold to test out attributes in the inheritance chain.

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


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