@Entity(name="Writer") public class Author extends Object
Author()
Author(String name, Book book)
boolean
equals(Object o)
Book
getBook()
Integer
getId()
String
getName()
int
hashCode()
void
setBook(Book book)
setId(Integer id)
setName(String name)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Author()
public Author(String name, Book book)
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public Book getBook()
public void setBook(Book book)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode