Class JournalLeader

All Implemented Interfaces:
JournalContent, PublicationInstance<Range>

public class JournalLeader extends JournalNonPeerReviewedContent
  • Constructor Details

    • JournalLeader

      public JournalLeader(String volume, String issue, String articleNumber, Range pages)
      This constructor ensures that the peerReviewed value is always false.
      Parameters:
      volume - the volume of the PublicationInstance.
      issue - the issue of the PublicationInstance.
      articleNumber - the article number of the PublicationInstance.
      pages - the Pages of the PublicationInstance.