org.hibernate.test.flush
Class Author
java.lang.Object
org.hibernate.test.flush.Author
@Entity
public class Author
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Author
public Author()
Author
public Author(String name)
getId
public Long getId()
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
getPublisher
public Publisher getPublisher()
setPublisher
public void setPublisher(Publisher publisher)
getBooks
public Set<Book> getBooks()
setBooks
public void setBooks(Set<Book> books)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.