Class AbstractReference
- java.lang.Object
-
- org.biojava.nbio.core.sequence.reference.AbstractReference
-
- All Implemented Interfaces:
ReferenceInterface
- Direct Known Subclasses:
GenbankReference
public abstract class AbstractReference extends Object implements ReferenceInterface
- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description AbstractReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthors()
The authors are a list of Inventors that retrieved from the Reference section.String
getJournal()
The journal usually contains the Publication Number, Publication Date and AssigneeString
getTitle()
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
setTitle(String title)
Set The title that retrieved from the Reference section.
-
-
-
Constructor Detail
-
AbstractReference
public AbstractReference()
-
-
Method Detail
-
getTitle
public String getTitle()
The title that retrieved from the Reference section.- Specified by:
getTitle
in interfaceReferenceInterface
- Returns:
-
setTitle
public void setTitle(String title)
Set The title that retrieved from the Reference section.- Specified by:
setTitle
in interfaceReferenceInterface
- Parameters:
title
-
-
getAuthors
public String getAuthors()
The authors are a list of Inventors that retrieved from the Reference section.- Specified by:
getAuthors
in interfaceReferenceInterface
- Returns:
-
setAuthors
public void setAuthors(String authors)
Set The authors are a list of Inventors that retrieved from the Reference section.- Specified by:
setAuthors
in interfaceReferenceInterface
- Parameters:
authors
-
-
getJournal
public String getJournal()
The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
getJournal
in interfaceReferenceInterface
- Returns:
-
setJournal
public void setJournal(String journal)
Set The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
setJournal
in interfaceReferenceInterface
- Parameters:
journal
-
-
-