Interface ReferenceInterface

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAuthors()
      Get the authors that retrieved from Reference section.
      java.lang.String getJournal()
      Get the journal that retrieved from Reference section.
      java.lang.String getTitle()
      Get the title that retrieved from Reference section.
      void setAuthors​(java.lang.String authors)
      Set the authors that retrieved from Reference section.
      void setJournal​(java.lang.String journal)
      Set the journal that retrieved from Reference section.
      void setTitle​(java.lang.String title)
      Set the title that retrieved from Reference section.
    • Method Detail

      • setTitle

        void setTitle​(java.lang.String title)
        Set the title that retrieved from Reference section.
        Parameters:
        title -
      • getTitle

        java.lang.String getTitle()
        Get the title that retrieved from Reference section.
        Returns:
      • setAuthors

        void setAuthors​(java.lang.String authors)
        Set the authors that retrieved from Reference section.
        Parameters:
        authors -
      • getAuthors

        java.lang.String getAuthors()
        Get the authors that retrieved from Reference section.
        Returns:
      • setJournal

        void setJournal​(java.lang.String journal)
        Set the journal that retrieved from Reference section.
        Parameters:
        journal -
      • getJournal

        java.lang.String getJournal()
        Get the journal that retrieved from Reference section.
        Returns: