de.laliluna.library
Class Book

java.lang.Object
  extended by de.laliluna.library.Book
All Implemented Interfaces:
Serializable

public class Book
extends Object
implements Serializable

Author:
hennebrueder
See Also:
Serialized Form

Constructor Summary
Book()
           
Book(Integer id, String title, String author)
           
 
Method Summary
 String getAuthor()
           
 Integer getId()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setId(Integer id)
           
 void setTitle(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Book

public Book()

Book

public Book(Integer id,
            String title,
            String author)
Method Detail

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