Interface ReferenceInterface
- All Known Implementing Classes:
AbstractReference
,GenbankReference
public interface ReferenceInterface
- Since:
- 5.0.0
- Author:
- Jim Tang
-
Method Summary
Modifier and TypeMethodDescriptionGet the authors that retrieved from Reference section.Get the journal that retrieved from Reference section.getTitle()
Get the title that retrieved from Reference section.void
setAuthors
(String authors) Set the authors that retrieved from Reference section.void
setJournal
(String journal) Set the journal that retrieved from Reference section.void
Set the title that retrieved from Reference section.
-
Method Details
-
setTitle
Set the title that retrieved from Reference section.- Parameters:
title
-
-
getTitle
Get the title that retrieved from Reference section.- Returns:
-
setAuthors
Set the authors that retrieved from Reference section.- Parameters:
authors
-
-
getAuthors
Get the authors that retrieved from Reference section.- Returns:
-
setJournal
Set the journal that retrieved from Reference section.- Parameters:
journal
-
-
getJournal
Get the journal that retrieved from Reference section.- Returns:
-