|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PaymentCollector | |
---|---|
edu.uci.ics.inf111.dvdvendor.app |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |