Uses of Class
edu.sampleu.bookstore.bo.Book

Packages that use Book
edu.sampleu.bookstore.bo   
 

Uses of Book in edu.sampleu.bookstore.bo
 

Fields in edu.sampleu.bookstore.bo declared as Book
private  Book BookOrder.book
           
 

Fields in edu.sampleu.bookstore.bo with type parameters of type Book
private  List<Book> Author.books
           
private  List<Book> BookType.books
           
 

Methods in edu.sampleu.bookstore.bo that return Book
 Book BookOrder.getBook()
           
 

Methods in edu.sampleu.bookstore.bo that return types with arguments of type Book
 List<Book> Author.getBooks()
           
 List<Book> BookType.getBooks()
           
 

Methods in edu.sampleu.bookstore.bo with parameters of type Book
 void BookOrder.setBook(Book book)
           
 

Method parameters in edu.sampleu.bookstore.bo with type arguments of type Book
 void Author.setBooks(List<Book> books)
           
 void BookType.setBooks(List<Book> books)
           
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.