Class AbstractReference
java.lang.Object
org.biojava.nbio.core.sequence.reference.AbstractReference
- All Implemented Interfaces:
ReferenceInterface
- Direct Known Subclasses:
GenbankReference
- Since:
- 5.0.0
- Author:
- Jim Tang
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe authors are a list of Inventors that retrieved from the Reference section.The journal usually contains the Publication Number, Publication Date and AssigneegetTitle()
The title that retrieved from the Reference section.void
setAuthors
(String authors) Set The authors are a list of Inventors that retrieved from the Reference section.void
setJournal
(String journal) Set The journal usually contains the Publication Number, Publication Date and Assigneevoid
Set The title that retrieved from the Reference section.
-
Constructor Details
-
AbstractReference
public AbstractReference()
-
-
Method Details
-
getTitle
The title that retrieved from the Reference section.- Specified by:
getTitle
in interfaceReferenceInterface
- Returns:
-
setTitle
Set The title that retrieved from the Reference section.- Specified by:
setTitle
in interfaceReferenceInterface
- Parameters:
title
-
-
getAuthors
The authors are a list of Inventors that retrieved from the Reference section.- Specified by:
getAuthors
in interfaceReferenceInterface
- Returns:
-
setAuthors
Set The authors are a list of Inventors that retrieved from the Reference section.- Specified by:
setAuthors
in interfaceReferenceInterface
- Parameters:
authors
-
-
getJournal
The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
getJournal
in interfaceReferenceInterface
- Returns:
-
setJournal
Set The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
setJournal
in interfaceReferenceInterface
- Parameters:
journal
-
-