public interface ReferenceInterface
Modifier and Type | Method and 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.
|
void setTitle(String title)
title
- void setAuthors(String authors)
authors
- String getAuthors()
void setJournal(String journal)
journal
- String getJournal()
Copyright © 2000–2019 BioJava. All rights reserved.