Package org.biojava.bibliography
Class BiblioJournalArticle
- java.lang.Object
-
- org.biojava.bibliography.BibRef
-
- org.biojava.bibliography.BiblioArticle
-
- org.biojava.bibliography.BiblioJournalArticle
-
public class BiblioJournalArticle extends BiblioArticle
It represents a journal article.
- Since:
- 1.3
- Version:
- $Id$
- Author:
- Martin Senger
-
-
Field Summary
Fields Modifier and Type Field Description BiblioJournal
fromJournal
The journal that this article is in.String
issue
The issue of the journal.String
issueSupplement
Suplement.String
volume
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 Constructor Description BiblioJournalArticle()
-
-
-
Field Detail
-
issueSupplement
public String issueSupplement
Suplement.
-
fromJournal
public BiblioJournal fromJournal
The journal that this article is in.
-
-
Constructor Detail
-
BiblioJournalArticle
public BiblioJournalArticle()
-
-