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 TypeMethodDescriptionvoidvoidAdds some books to the inventoryvoidintintReturns the number of copies of the given book in the inventoryvoidvoidRemoves a book from the inventoryMethod parameters in edu.pdx.cs410J.di with type arguments of type BookModifier and TypeMethodDescriptiondoubleBookStore.purchase(List<Book> books, CreditCard card) Purchases a number of books from this book store