Class Summary |
Bank |
Implementation of a bank that we can control (as opposed to the bank coming
with the implementation). |
Bank.CreditCard |
Data storage for credit card. |
BarcodeScanner |
Glue code for the barcode scanner. |
CardReader |
Glue code for the card reader. |
CashBox |
Glue code for the cash box. |
CashDesk |
The glue code for one cash desk. |
DBManager |
Supporting singleton for managing the database. |
Enterprise |
Glue code for the entire enterprice (i.e. the database). |
LightsDisplay |
Glue code for the lights display. |
OrderWrapper |
Wrapper class for orders. |
Printer |
Glue code for the printer. |
ProductWrapper |
Wrapper class for products. |
StorePC |
Glue code for the store PC. |
TestDriver |
This is the test driver for the reference implementation of the system. |
UpdateReceiver |
This is the base for all classes implementing the IUpdateReceiver. |
UserDisplay |
Glue code for the user display. |