Uses of Class
book.ex6.model.Author

Packages that use Author
book.ex6.model   
 

Uses of Author in book.ex6.model
 

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

Methods in book.ex6.model that return Author
 Author Author.addBook(Book book)
           
 

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

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

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