/**
  * {@inheritDoc}
  */
 public function setEsd($esd)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEsd', array($esd));
     return parent::setEsd($esd);
 }