Uses of Class
book.ex6.model.Publisher

Packages that use Publisher
book.ex6.model   
 

Uses of Publisher in book.ex6.model
 

Fields in book.ex6.model declared as Publisher
private  Publisher Book.publisher
           
 

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

Methods in book.ex6.model with parameters of type Publisher
 void Book.setPublisher(Publisher publisher)
           
 

Constructors in book.ex6.model with parameters of type Publisher
Book(java.lang.String title, Publisher publisher, int year, java.lang.String edition, java.lang.String isbn, java.util.Set<java.lang.String> keywords)