Uses of Class
edu.uci.ics.inf111.dvdvendor.app.TransactionDB

Packages that use TransactionDB
edu.uci.ics.inf111.dvdvendor.app   
 

Uses of TransactionDB in edu.uci.ics.inf111.dvdvendor.app
 

Fields in edu.uci.ics.inf111.dvdvendor.app declared as TransactionDB
(package private)  TransactionDB TransactionDBTest.transactionDB
           
private  TransactionDB DVDVendor.transactionDB
          The database of transactions in the point of sale.
 

Methods in edu.uci.ics.inf111.dvdvendor.app that return TransactionDB
 TransactionDB DVDVendor.getTransactionDB()
          An accessor method which returns the TransactionDB associated with this DVDVendor.
 

Constructors in edu.uci.ics.inf111.dvdvendor.app with parameters of type TransactionDB
DVDVendor(DVDDispenser dvdDispenser, PaymentCollector payment, ProductDB productDB, TransactionDB transactionDB)
          This is the chief constructor.