Class JournalInterview

All Implemented Interfaces:
JournalContent, PublicationInstance<Range>

public class JournalInterview extends JournalNonPeerReviewedContent
  • Constructor Details

    • JournalInterview

      public JournalInterview(String volume, String issue, String articleNumber, Range pages)
      Creates an object that matches the Journal pattern, but throws an exception if peerReviewed is set to true.
      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.