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