topdown.service
Class BankFactory

java.lang.Object
  extended bytopdown.service.BankFactory

public class BankFactory
extends java.lang.Object

Creates an instance of the Bank.


Constructor Summary
BankFactory()
           
 
Method Summary
static Bank createBank()
          A factory that creates implementations of Bank (for the purposes of this application an in-memory bank implementation).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankFactory

public BankFactory()
Method Detail

createBank

public static Bank createBank()
A factory that creates implementations of Bank (for the purposes of this application an in-memory bank implementation).

Returns:
the bank instance.