Uses of Class
openbook.domain.Author
-
Packages that use Author Package Description openbook.domain -
-
Uses of Author in openbook.domain
Methods in openbook.domain that return types with arguments of type Author Modifier and Type Method Description java.util.List<Author>
Book. getAuthors()
Methods in openbook.domain with parameters of type Author Modifier and Type Method Description void
Book. addAuthor(Author... authors)
Method parameters in openbook.domain with type arguments of type Author Modifier and Type Method Description void
Book. setAuthors(java.util.List<Author> authors)
-