/**
  * Constructor.
  */
 function MonographFileEmailLogEntry()
 {
     parent::EmailLogEntry();
 }
 /**
  * Constructor.
  */
 function PKPSubmissionEmailLogEntry()
 {
     parent::EmailLogEntry();
 }
 /**
  * Constructor
  */
 function ArticleEmailLogEntry()
 {
     parent::EmailLogEntry();
 }