Uses of Class
org.treebind.tests.Person

Packages that use Person
org.treebind.tests   
 

Uses of Person in org.treebind.tests
 

Subclasses of Person in org.treebind.tests
 class Author
           
 

Methods in org.treebind.tests that return Person
 Person Book.getAuthor()
           
 

Methods in org.treebind.tests with parameters of type Person
 void Book.setAuthor(Person author)