org.wicketstuff.osgi.test.library.model
Class Book

java.lang.Object
  extended by org.wicketstuff.osgi.test.library.model.Book
All Implemented Interfaces:
Serializable

public class Book
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

Book

public Book()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getAuthor

public Author getAuthor()

setAuthor

public void setAuthor(Author author)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.