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 StringgetAuthors()The authors are a list of Inventors that retrieved from the Reference section.StringgetJournal()The journal usually contains the Publication Number, Publication Date and AssigneeStringgetTitle()The title that retrieved from the Reference section.voidsetAuthors(String authors)Set The authors are a list of Inventors that retrieved from the Reference section.voidsetJournal(String journal)Set The journal usually contains the Publication Number, Publication Date and AssigneevoidsetTitle(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:
getTitlein interfaceReferenceInterface- Returns:
-
setTitle
public void setTitle(String title)
Set The title that retrieved from the Reference section.- Specified by:
setTitlein interfaceReferenceInterface- Parameters:
title-
-
getAuthors
public String getAuthors()
The authors are a list of Inventors that retrieved from the Reference section.- Specified by:
getAuthorsin interfaceReferenceInterface- Returns:
-
setAuthors
public void setAuthors(String authors)
Set The authors are a list of Inventors that retrieved from the Reference section.- Specified by:
setAuthorsin interfaceReferenceInterface- Parameters:
authors-
-
getJournal
public String getJournal()
The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
getJournalin interfaceReferenceInterface- Returns:
-
setJournal
public void setJournal(String journal)
Set The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
setJournalin interfaceReferenceInterface- Parameters:
journal-
-
-