/**
  * @return string
  */
 public function getComment()
 {
     return isset($this->clearingEvent) ? $this->clearingEvent->getComment() : '';
 }