Uses of Class
book.ex5.model.Author

Packages that use Author
book.ex5.model   
 

Uses of Author in book.ex5.model
 

Fields in book.ex5.model with type parameters of type Author
private  java.util.List<Author> Book.authors
           
 

Methods in book.ex5.model that return types with arguments of type Author
 java.util.List<Author> Book.getAuthors()
           
 

Methods in book.ex5.model with parameters of type Author
 Book Book.addAuthor(Author author)
           
 

Method parameters in book.ex5.model with type arguments of type Author
 void Book.setAuthors(java.util.List<Author> authors)