Class AbstractReference
java.lang.Object
org.biojava.nbio.core.sequence.reference.AbstractReference
- All Implemented Interfaces:
 ReferenceInterface
- Direct Known Subclasses:
 GenbankReference
- Since:
 - 5.0.0
 - Author:
 - Jim Tang
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe authors are a list of Inventors that retrieved from the Reference section.The journal usually contains the Publication Number, Publication Date and AssigneegetTitle()The title that retrieved from the Reference section.voidsetAuthors(String authors) Set The authors are a list of Inventors that retrieved from the Reference section.voidsetJournal(String journal) Set The journal usually contains the Publication Number, Publication Date and AssigneevoidSet The title that retrieved from the Reference section. 
- 
Constructor Details
- 
AbstractReference
public AbstractReference() 
 - 
 - 
Method Details
- 
getTitle
The title that retrieved from the Reference section.- Specified by:
 getTitlein interfaceReferenceInterface- Returns:
 
 - 
setTitle
Set The title that retrieved from the Reference section.- Specified by:
 setTitlein interfaceReferenceInterface- Parameters:
 title-
 - 
getAuthors
The authors are a list of Inventors that retrieved from the Reference section.- Specified by:
 getAuthorsin interfaceReferenceInterface- Returns:
 
 - 
setAuthors
Set The authors are a list of Inventors that retrieved from the Reference section.- Specified by:
 setAuthorsin interfaceReferenceInterface- Parameters:
 authors-
 - 
getJournal
The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
 getJournalin interfaceReferenceInterface- Returns:
 
 - 
setJournal
Set The journal usually contains the Publication Number, Publication Date and Assignee- Specified by:
 setJournalin interfaceReferenceInterface- Parameters:
 journal-
 
 -