org.hibernate.test.flush
Class Book
java.lang.Object
org.hibernate.test.flush.Book
@Entity
public class Book
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Book
public Book()
Book
public Book(String title,
Author author)
getId
public Long getId()
setId
public void setId(Long id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getAuthor
public Author getAuthor()
setAuthor
public void setAuthor(Author author)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.