Author()
Author(String name)
List<Book>
getBooks()
Long
getId()
@NotNull @Size(max=10) String
getName()
void
setBooks(List<Book> books)
setId(Long id)
setName(@NotNull @Size(max=10) String name)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object