Interface ReferenceInterface
- All Known Implementing Classes:
AbstractReference
,GenbankReference
public interface ReferenceInterface
- Since:
- 5.0.0
-
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
String getTitle()Get the title that retrieved from Reference section.- Returns:
-
setAuthors
Set the authors that retrieved from Reference section.- Parameters:
authors
-
-
getAuthors
String getAuthors()Get the authors that retrieved from Reference section.- Returns:
-
setJournal
Set the journal that retrieved from Reference section.- Parameters:
journal
-
-
getJournal
String getJournal()Get the journal that retrieved from Reference section.- Returns:
-