Uses of Class
book.ex4.model.Name

Packages that use Name
book.ex4.model   
 

Uses of Name in book.ex4.model
 

Fields in book.ex4.model with type parameters of type Name
protected  java.util.List<Name> Book.authors
           
 

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

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

Constructor parameters in book.ex4.model with type arguments of type Name
Book(java.lang.String title, java.util.List<Name> authors, java.lang.String publisher, int year, java.lang.String edition, java.lang.String isbn, java.util.Set<java.lang.String> keywords)