public interface ReferenceInterface
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthors()
Get the authors that retrieved from Reference section.
|
java.lang.String |
getJournal()
Get the journal that retrieved from Reference section.
|
java.lang.String |
getTitle()
Get the title that retrieved from Reference section.
|
void |
setAuthors(java.lang.String authors)
Set the authors that retrieved from Reference section.
|
void |
setJournal(java.lang.String journal)
Set the journal that retrieved from Reference section.
|
void |
setTitle(java.lang.String title)
Set the title that retrieved from Reference section.
|
void setTitle(java.lang.String title)
title - java.lang.String getTitle()
void setAuthors(java.lang.String authors)
authors - java.lang.String getAuthors()
void setJournal(java.lang.String journal)
journal - java.lang.String getJournal()
Copyright © 2000-2020 BioJava. All Rights Reserved.