Class JournalArticle


  • public class JournalArticle
    extends java.lang.Object
    PDB-specific
    Since:
    1.7
    Author:
    Jules Jacobsen
    • Constructor Summary

      Constructors 
      Constructor Description
      JournalArticle()  
    • Constructor Detail

      • JournalArticle

        public JournalArticle()
    • Method Detail

      • getAuthorList

        public java.util.List<Author> getAuthorList()
        Get the list of Authors of the JournalArticle
        Returns:
        the List of authors
      • setAuthorList

        public void setAuthorList​(java.util.List<Author> authorList)
      • getEditorList

        public java.util.List<Author> getEditorList()
        Get the list of editors of the JournalArticle
        Returns:
        the List of editors
      • setEditorList

        public void setEditorList​(java.util.List<Author> editorList)
      • getDoi

        public java.lang.String getDoi()
        Get the value of DOI field. For example: 10.1016/S0969-2126(02)00720-7
        Returns:
        the value of doi
      • setDoi

        public void setDoi​(java.lang.String doi)
        Set the value of doi
        Parameters:
        doi - new value of doi
      • setIsPublished

        public void setIsPublished​(java.lang.Boolean state)
        Sets the publication state of a JournalArticle - TO BE PUBLISHED == false
        Parameters:
        state -
      • getPmid

        public java.lang.String getPmid()
        Get the value of PMID field. For example: 12005435
        Returns:
        the value of pmid
      • setPmid

        public void setPmid​(java.lang.String pmid)
        Set the value of pmid
        Parameters:
        pmid - new value of pmid
      • getRef

        public java.lang.String getRef()
        Get the value of REF field. For example: TO BE PUBLISHED
        Returns:
        the value of ref
      • setRef

        public void setRef​(java.lang.String ref)
        Set the value of the ref.
        Parameters:
        ref - new value of ref
      • getRefn

        public java.lang.String getRefn()
        Get the value of REFN field. For example: ISSN 0969-2126
        Returns:
        the value of ref
      • setRefn

        public void setRefn​(java.lang.String refn)
        Set the value of the refn
        Parameters:
        refn - new value of refn
      • getTitle

        public java.lang.String getTitle()
        Get the value of title
        Returns:
        the value of title
      • setTitle

        public void setTitle​(java.lang.String title)
        Set the value of title
        Parameters:
        title - new value of title
      • getJournalName

        public java.lang.String getJournalName()
      • setJournalName

        public void setJournalName​(java.lang.String journalName)
      • getPublicationDate

        public int getPublicationDate()
      • setPublicationDate

        public void setPublicationDate​(int publicationDate)
      • isPublished

        public boolean isPublished()
      • setPublished

        public void setPublished​(boolean published)
      • getPublisher

        public java.lang.String getPublisher()
      • setPublisher

        public void setPublisher​(java.lang.String publisher)
      • getStartPage

        public java.lang.String getStartPage()
      • setStartPage

        public void setStartPage​(java.lang.String startPage)
      • getVolume

        public java.lang.String getVolume()
      • setVolume

        public void setVolume​(java.lang.String volume)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object