/**
  * {@inheritDoc}
  */
 public function setStepExecution(\Akeneo\Bundle\BatchBundle\Entity\StepExecution $stepExecution)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setStepExecution', array($stepExecution));
     return parent::setStepExecution($stepExecution);
 }