Class JournalIssue

All Implemented Interfaces:
JournalContent, PublicationInstance<Range>

public class JournalIssue extends JournalNonPeerReviewedContent
  • Constructor Details

    • JournalIssue

      public JournalIssue(String volume, String issue, String articleNumber, Range pages)
      In order to represent entire issues of a journal — in cases where an institution has a special issue of a journal featuring work from a group of researcher associated with the department, or a similar collection. This class is used as a placeholder to hold information of such collections
      Parameters:
      volume - Journal volume for the article.
      issue - Journal issue for the article.
      articleNumber - Article number for the article.
      pages - Page range for the article.