/**
  * Sets the name of the service that acts as a factory using the factory method.
  *
  * @param string $factoryService The factory service id
  *
  * @return ehough_iconic_Definition The current instance
  *
  * @api
  */
 public function setFactoryService($factoryService)
 {
     $this->_delegate->setFactoryService($factoryService);
     return parent::setFactoryService($factoryService);
 }