de.laliluna.library
Class Book
java.lang.Object
de.laliluna.library.Book
- All Implemented Interfaces:
- Serializable
public class Book
- extends Object
- implements Serializable
- Author:
- hennebrueder
- See Also:
- Serialized Form
Book
public Book()
Book
public Book(Integer id,
String title,
String author)
toString
public String toString()
- Overrides:
toString
in class Object
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getId
public Integer getId()
setId
public void setId(Integer id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
First EJB 3 Tutorial by Sebastian Hennebrueder - (c) 2006 by laliluna.de