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

Packages that use Author
edu.sampleu.bookstore.bo   
 

Uses of Author in edu.sampleu.bookstore.bo
 

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

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



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