Uses of Class
edu.pdx.cs410J.di.Book
Packages that use Book
-
Uses of Book in edu.pdx.cs410J.di
Methods in edu.pdx.cs410J.di that return BookModifier and TypeMethodDescriptionBookInventoryTableModel.decrementInventry
(int row) BookInventoryTableModel.getBook
(int i) Methods in edu.pdx.cs410J.di that return types with arguments of type BookModifier and TypeMethodDescriptionBookDatabase.getBooks()
BookInventory.getBooks()
Returns all of the books in this inventoryMethods in edu.pdx.cs410J.di with parameters of type BookModifier and TypeMethodDescriptionvoid
void
Adds some books to the inventoryvoid
int
int
Returns the number of copies of the given book in the inventoryvoid
void
Removes a book from the inventoryMethod parameters in edu.pdx.cs410J.di with type arguments of type BookModifier and TypeMethodDescriptiondouble
BookStore.purchase
(List<Book> books, CreditCard card) Purchases a number of books from this book store