org.biojava.bibliography
Class BiblioArticle

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

public class BiblioArticle
extends BibRef

It represents an article.

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

Field Summary
 java.lang.String firstPage
           
 java.lang.String 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
BiblioArticle()
           
 
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

lastPage

public java.lang.String lastPage
Constructor Detail

BiblioArticle

public BiblioArticle()