Package org.biojava.bibliography
Class BiblioJournalArticle
java.lang.Object
org.biojava.bibliography.BibRef
org.biojava.bibliography.BiblioArticle
org.biojava.bibliography.BiblioJournalArticle
It represents a journal article.
- Since:
- 1.3
- Version:
- $Id$
- Author:
- Martin Senger
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe journal that this article is in.The issue of the journal.Suplement.The journal volume.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
Constructors -
Method Summary
-
Field Details
-
volume
The journal volume. -
issue
The issue of the journal. -
issueSupplement
Suplement. -
fromJournal
The journal that this article is in.
-
-
Constructor Details
-
BiblioJournalArticle
public BiblioJournalArticle()
-