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

Packages that use Book
edu.sampleu.bookstore.bo   
 

Uses of Book in edu.sampleu.bookstore.bo
 

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 © 2005–2014 The Kuali Foundation. All rights reserved.