org.biojava.bibliography
Class BiblioBookArticle

java.lang.Object
  |
  +--org.biojava.bibliography.BibRef
        |
        +--org.biojava.bibliography.BiblioArticle
              |
              +--org.biojava.bibliography.BiblioBookArticle

public class BiblioBookArticle
extends BiblioArticle

It represents a book article.

Version:
$Id: BiblioBookArticle.java,v 1.2 2002/02/14 16:27:54 mrp Exp $
Author:
Martin Senger

Field Summary
 BiblioBook fromBook
           
 
Fields inherited from class org.biojava.bibliography.BiblioArticle
firstPage, lastPage
 
Fields inherited from class org.biojava.bibliography.BibRef
authors, contributors, coverage, crossReferences, date, description, entryStatus, format, identifier, language, properties, publisher, rights, subject, title, type
 
Constructor Summary
BiblioBookArticle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromBook

public BiblioBook fromBook
Constructor Detail

BiblioBookArticle

public BiblioBookArticle()