Package org.biojava.bibliography
Class BiblioArticle
- java.lang.Object
-
- org.biojava.bibliography.BibRef
-
- org.biojava.bibliography.BiblioArticle
-
- Direct Known Subclasses:
BiblioBookArticle
,BiblioJournalArticle
public class BiblioArticle extends BibRef
It represents an article.
- Since:
- 1.3
- Version:
- $Id$
- Author:
- Martin Senger
-
-
Field Summary
Fields Modifier and Type Field Description String
firstPage
First page of the article.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
Constructors Constructor Description BiblioArticle()
-
-
-
Constructor Detail
-
BiblioArticle
public BiblioArticle()
-
-