@Entity public class Book extends Object
Book()
Author
getAuthor()
Long
getId()
String
getTitle()
void
setAuthor(Author author)
setId(Long id)
setTitle(String title)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Book()
public String getTitle()
public void setTitle(String title)
public Author getAuthor()
public void setAuthor(Author author)
public Long getId()
public void setId(Long id)
Copyright © 2019 Glasnost. All rights reserved.