Class AbstractReference

java.lang.Object
org.biojava.nbio.core.sequence.reference.AbstractReference
All Implemented Interfaces:
ReferenceInterface
Direct Known Subclasses:
GenbankReference

public abstract class AbstractReference extends Object implements ReferenceInterface
Since:
5.0.0
  • Constructor Details

    • AbstractReference

      public AbstractReference()
  • Method Details

    • getTitle

      public String getTitle()
      The title that retrieved from the Reference section.
      Specified by:
      getTitle in interface ReferenceInterface
      Returns:
    • setTitle

      public void setTitle(String title)
      Set The title that retrieved from the Reference section.
      Specified by:
      setTitle in interface ReferenceInterface
      Parameters:
      title -
    • getAuthors

      public String getAuthors()
      The authors are a list of Inventors that retrieved from the Reference section.
      Specified by:
      getAuthors in interface ReferenceInterface
      Returns:
    • setAuthors

      public void setAuthors(String authors)
      Set The authors are a list of Inventors that retrieved from the Reference section.
      Specified by:
      setAuthors in interface ReferenceInterface
      Parameters:
      authors -
    • getJournal

      public String getJournal()
      The journal usually contains the Publication Number, Publication Date and Assignee
      Specified by:
      getJournal in interface ReferenceInterface
      Returns:
    • setJournal

      public void setJournal(String journal)
      Set The journal usually contains the Publication Number, Publication Date and Assignee
      Specified by:
      setJournal in interface ReferenceInterface
      Parameters:
      journal -