public class GenbankReference extends AbstractReference
| Constructor and Description |
|---|
GenbankReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthors()
The authors are a list of Inventors that retrieved from the Reference section.
|
String |
getJournal()
The journal usually contains the Publication Number, Publication Date and Assignee
|
String |
getTitle()
The title that retrieved from the Reference section.
|
void |
setAuthors(String authors)
Set The authors are a list of Inventors that retrieved from the Reference section.
|
void |
setJournal(String journal)
Set The journal usually contains the Publication Number, Publication Date and Assignee
|
void |
setTitle(String title)
Set The title that retrieved from the Reference section.
|
public GenbankReference()
public String getAuthors()
AbstractReferencegetAuthors in interface ReferenceInterfacegetAuthors in class AbstractReferencepublic void setAuthors(String authors)
AbstractReferencesetAuthors in interface ReferenceInterfacesetAuthors in class AbstractReferencepublic String getTitle()
AbstractReferencegetTitle in interface ReferenceInterfacegetTitle in class AbstractReferencepublic void setTitle(String title)
AbstractReferencesetTitle in interface ReferenceInterfacesetTitle in class AbstractReferencepublic String getJournal()
AbstractReferencegetJournal in interface ReferenceInterfacegetJournal in class AbstractReferencepublic void setJournal(String journal)
AbstractReferencesetJournal in interface ReferenceInterfacesetJournal in class AbstractReferenceCopyright © 2000–2019 BioJava. All rights reserved.