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