org.biojava.bibliography
Class BiblioArticle

java.lang.Object
  extended by org.biojava.bibliography.BibRef
      extended by org.biojava.bibliography.BiblioArticle
Direct Known Subclasses:
BiblioBookArticle, BiblioJournalArticle

public class BiblioArticle
extends BibRef

It represents an article.

Since:
1.3
Version:
$Id: BiblioArticle.java,v 1.4 2003/07/16 16:01:10 mrp Exp $
Author:
Martin Senger

Field Summary
 java.lang.String firstPage
          First page of the article.
 java.lang.String lastPage
          Last page of the article.
 
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
BiblioArticle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstPage

public java.lang.String firstPage
First page of the article.


lastPage

public java.lang.String lastPage
Last page of the article.

Constructor Detail

BiblioArticle

public BiblioArticle()