/**
  * {@inheritDoc}
  */
 public function setEdp(\TRC\CoreBundle\Entity\DDC\EDP $edp)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEdp', [$edp]);
     return parent::setEdp($edp);
 }