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