org.wicketstuff.osgi.test.library.model
Class Book
java.lang.Object
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()
|
Book
public Book()
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.