org.treebind.tests
Class Book
java.lang.Object
org.treebind.tests.Book
- public class Book
- extends java.lang.Object
- Author:
- vdv
|
Constructor Summary |
Book()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Book
public Book()
getAuthor
public Person getAuthor()
setAuthor
public void setAuthor(Person author)
setTitle
public void setTitle(java.lang.String title)
getTitle
public java.lang.String getTitle()
addComment
public void addComment(java.lang.String comment)
getComments
public java.util.Iterator getComments()