Package org.biojava.bibliography
Class BiblioArticle
java.lang.Object
org.biojava.bibliography.BibRef
org.biojava.bibliography.BiblioArticle
- Direct Known Subclasses:
BiblioBookArticle
,BiblioJournalArticle
It represents an article.
- Since:
- 1.3
- Version:
- $Id$
- Author:
- Martin Senger
-
Field Summary
FieldsModifier and TypeFieldDescriptionFirst page of the article.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 -
Method Summary
-
Field Details
-
firstPage
First page of the article. -
lastPage
Last page of the article.
-
-
Constructor Details
-
BiblioArticle
public BiblioArticle()
-