|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProductDB | |
---|---|
edu.uci.ics.inf111.dvdvendor.app | |
edu.uci.ics.inf111.dvdvendor.integrationtests |
Uses of ProductDB in edu.uci.ics.inf111.dvdvendor.app |
---|
Fields in edu.uci.ics.inf111.dvdvendor.app declared as ProductDB | |
---|---|
private static ProductDB |
ProductDB.instance
Private instance of this class |
private ProductDB |
DVDVendor.productDB
The database of products in the point of sale. |
Methods in edu.uci.ics.inf111.dvdvendor.app that return ProductDB | |
---|---|
static ProductDB |
ProductDB.getInstance()
It returns a new class if the instance is null, else it returns the instance already created and initialized |
ProductDB |
DVDVendor.getProductDB()
An accessor method which returns the ProductDB associated with this DVDVendor. |
Constructors in edu.uci.ics.inf111.dvdvendor.app with parameters of type ProductDB | |
---|---|
DVDVendor(DVDDispenser dvdDispenser,
PaymentCollector payment,
ProductDB productDB,
TransactionDB transactionDB)
This is the chief constructor. |
Uses of ProductDB in edu.uci.ics.inf111.dvdvendor.integrationtests |
---|
Fields in edu.uci.ics.inf111.dvdvendor.integrationtests declared as ProductDB | |
---|---|
(package private) ProductDB |
DVDVendorTest.firstPDB
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |