Class AbstractReference

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractReference

        public AbstractReference()
    • Method Detail

      • getTitle

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

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

        public java.lang.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​(java.lang.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 java.lang.String getJournal()
        The journal usually contains the Publication Number, Publication Date and Assignee
        Specified by:
        getJournal in interface ReferenceInterface
        Returns:
      • setJournal

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