/** {@inheritDoc} */
 public function setEnd(DateTime $end)
 {
     $this->changedProperties['end'] = true;
     parent::setEnd($end);
 }