Interface ReferenceInterface
-
- All Known Implementing Classes:
AbstractReference,GenbankReference
public interface ReferenceInterface
- Since:
- 5.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthors()Get the authors that retrieved from Reference section.StringgetJournal()Get the journal that retrieved from Reference section.StringgetTitle()Get the title that retrieved from Reference section.voidsetAuthors(String authors)Set the authors that retrieved from Reference section.voidsetJournal(String journal)Set the journal that retrieved from Reference section.voidsetTitle(String title)Set the title that retrieved from Reference section.
-
-
-
Method Detail
-
setTitle
void setTitle(String title)
Set the title that retrieved from Reference section.- Parameters:
title-
-
setAuthors
void setAuthors(String authors)
Set the authors that retrieved from Reference section.- Parameters:
authors-
-
getAuthors
String getAuthors()
Get the authors that retrieved from Reference section.- Returns:
-
setJournal
void setJournal(String journal)
Set the journal that retrieved from Reference section.- Parameters:
journal-
-
getJournal
String getJournal()
Get the journal that retrieved from Reference section.- Returns:
-
-