public abstract class AbstractReference extends Object implements ReferenceInterface
| Constructor and Description |
|---|
AbstractReference() |
| 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 AbstractReference()
public String getTitle()
getTitle in interface ReferenceInterfacepublic void setTitle(String title)
setTitle in interface ReferenceInterfacetitle - public String getAuthors()
getAuthors in interface ReferenceInterfacepublic void setAuthors(String authors)
setAuthors in interface ReferenceInterfaceauthors - public String getJournal()
getJournal in interface ReferenceInterfacepublic void setJournal(String journal)
setJournal in interface ReferenceInterfacejournal - Copyright © 2000–2019 BioJava. All rights reserved.