|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bibliography.BiblioJournal
public class BiblioJournal
A class describing journals. The citations referring to the journal articles
have a reference to this class. There are only few explicit attributes defined,
the rest are accessible using dynamic properties
.
Field Summary | |
---|---|
String |
abbreviation
An abbreviation of the journal title. |
String |
issn
A standard number for journals. |
String |
name
A journal title. |
Hashtable |
properties
Additional properties used when the explicit attributes are not sufficient. |
Constructor Summary | |
---|---|
BiblioJournal()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Hashtable properties
public String name
BibRefSupport.JOURNAL_TITLES
.
public String issn
A standard number for journals.
Be aware, however, that in the real world even this attribute may change over time. Therefore, it is not suitable as a primary unique identifier for journals.
public String abbreviation
An abbreviation of the journal title.
Note that some repositories use more abbreviation systems. For such cases,
use dynamic properties
for additional abbreviations.
An example for biological journals is in Biological Journals and Abbreviations.
A controlled vocabulary with abbreviation should be namedBibRefSupport.JOURNAL_ABBREV
.
Constructor Detail |
---|
public BiblioJournal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |