/**
  * Get monograph id
  * @return int
  */
 function getMonographId()
 {
     return parent::getSubmissionId();
 }