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 String
getAuthors()
Get the authors that retrieved from Reference section.String
getJournal()
Get the journal that retrieved from Reference section.String
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
setTitle(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:
-
-