org.wicketstuff.console.examples.hibernate
Class Book
java.lang.Object
org.wicketstuff.console.examples.hibernate.Book
@Entity
public class Book
- extends Object
Sample Hibernate entity.
- Author:
- cretzel
Book
public Book()
Book
public Book(String title,
String author)
getId
public Long getId()
setId
public void setId(Long id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.