Uses of Class
edu.uci.ics.inf111.dvdvendor.devices.PaymentCollector

Packages that use PaymentCollector
edu.uci.ics.inf111.dvdvendor.app   
edu.uci.ics.inf111.dvdvendor.integrationtests   
 

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

Fields in edu.uci.ics.inf111.dvdvendor.app declared as PaymentCollector
private  PaymentCollector DVDVendor.paymentCollector
          An object representing the credit card or debit card accepting device.
 

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

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

Uses of PaymentCollector in edu.uci.ics.inf111.dvdvendor.integrationtests
 

Fields in edu.uci.ics.inf111.dvdvendor.integrationtests declared as PaymentCollector
(package private)  PaymentCollector DVDVendorTest.firstPC