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