/**
  * {@inheritDoc}
  */
 public function setEntity(\Pim\Bundle\CatalogBundle\Model\ProductInterface $entity = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEntity', array($entity));
     return parent::setEntity($entity);
 }