public abstract class AbstractReference extends java.lang.Object implements ReferenceInterface
| Constructor and Description |
|---|
AbstractReference() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthors()
The authors are a list of Inventors that retrieved from the Reference section.
|
java.lang.String |
getJournal()
The journal usually contains the Publication Number, Publication Date and Assignee
|
java.lang.String |
getTitle()
The title that retrieved from the Reference section.
|
void |
setAuthors(java.lang.String authors)
Set The authors are a list of Inventors that retrieved from the Reference section.
|
void |
setJournal(java.lang.String journal)
Set The journal usually contains the Publication Number, Publication Date and Assignee
|
void |
setTitle(java.lang.String title)
Set The title that retrieved from the Reference section.
|
public java.lang.String getTitle()
getTitle in interface ReferenceInterfacepublic void setTitle(java.lang.String title)
setTitle in interface ReferenceInterfacetitle - public java.lang.String getAuthors()
getAuthors in interface ReferenceInterfacepublic void setAuthors(java.lang.String authors)
setAuthors in interface ReferenceInterfaceauthors - public java.lang.String getJournal()
getJournal in interface ReferenceInterfacepublic void setJournal(java.lang.String journal)
setJournal in interface ReferenceInterfacejournal - Copyright © 2000-2020 BioJava. All Rights Reserved.