Uses of Class
org.paneris.bibliomania.Author

Packages that use Author
org.paneris.bibliomania   
org.paneris.bibliomania.generated The POEM-generated support classes for org.paneris.bibliomania. 
 

Uses of Author in org.paneris.bibliomania
 

Methods in org.paneris.bibliomania that return Author
 Author AuthorTable.ensure(java.lang.String name, Section section)
           
 Author BibliomaniaDatabase.getShakespeare()
           
 

Methods in org.paneris.bibliomania with parameters of type Author
 Book BookTable.ensure(java.lang.String title, Author author, Section section)
           
 StockingsSearch StockingsSearchTable.searchFor(Author author)
           
 java.util.Enumeration BookTable.selectionFor(Section section, Author author)
           
 void Book.setAuthor(Author author)
           
 

Uses of Author in org.paneris.bibliomania.generated
 

Methods in org.paneris.bibliomania.generated that return Author
 Author AuthorWebSiteBase.getAuthor()
          Retrieves the Author object referred to.
 Author BookBase.getAuthor()
          Retrieves the Author object referred to.
 Author ProductAssociationBase.getAuthor()
          Retrieves the Author object referred to.
 Author AuthorTableBase.getAuthorObject(int troid)
          Retrieve the Author as a Author.
 Author AuthorTableBase.getAuthorObject(java.lang.Integer troid)
          Retrieve the Author as a Author.
 

Methods in org.paneris.bibliomania.generated with parameters of type Author
 void AuthorWebSiteBase.setAuthor(Author cooked)
          Set the Author.
 void BookBase.setAuthor(Author cooked)
          Set the Author.
 void ProductAssociationBase.setAuthor(Author cooked)
          Set the Author.
 



Copyright © 2000-2009 PanEris. All Rights Reserved.