Book()
Book(String title)
@NotNull Author
getAuthor()
Integer
getId()
long
getIsbn()
@NotNull @Size(max=10) String
getTitle()
void
setAuthor(@NotNull Author author)
setId(Integer id)
setIsbn(long isbn)
setTitle(@NotNull @Size(max=10) String title)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object