org.treebind.tests
Class Book

java.lang.Object
  extended byorg.treebind.tests.Book

public class Book
extends java.lang.Object

Author:
vdv

Constructor Summary
Book()
           
 
Method Summary
 void addComment(java.lang.String comment)
           
 Person getAuthor()
           
 java.util.Iterator getComments()
           
 java.lang.String getTitle()
           
 void setAuthor(Person author)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Book

public Book()
Method Detail

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()