de.schlund.pfixcore.example.bank.model
Class BankInMemoryDAO
java.lang.Object
de.schlund.pfixcore.example.bank.model.BankInMemoryDAO
- All Implemented Interfaces:
- BankDAO
public class BankInMemoryDAO
- extends Object
- implements BankDAO
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BankInMemoryDAO
public BankInMemoryDAO()
getCustomerById
public Customer getCustomerById(long id)
- Specified by:
getCustomerById in interface BankDAO
getCustomers
public Collection<Customer> getCustomers()
- Specified by:
getCustomers in interface BankDAO
main
public static void main(String[] args)
Copyright © 2011 United Internet. All Rights Reserved.