|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Book | |
---|---|
org.books.data | |
org.books.model | |
org.books.view |
Uses of Book in org.books.data |
---|
Methods in org.books.data that return Book | |
---|---|
Book |
LineItem.getBook()
|
Methods in org.books.data with parameters of type Book | |
---|---|
void |
LineItem.setBook(Book book)
|
Uses of Book in org.books.model |
---|
Methods in org.books.model that return types with arguments of type Book | |
---|---|
java.util.List<Book> |
Bookstore.searchBooks(java.lang.String title,
java.lang.String author,
java.lang.String publisher)
Searches for books. |
Uses of Book in org.books.view |
---|
Methods in org.books.view that return Book | |
---|---|
Book |
CatalogBean.getBook()
get the selected book |
Methods in org.books.view with parameters of type Book | |
---|---|
void |
CatalogBean.setBook(Book book)
set a book |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |