Class AbstractReference

    • Constructor Detail

      • AbstractReference

        public AbstractReference()
    • Method Detail

      • 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 -