/**
  * Sets the name of the class that acts as a factory using the factory method,
  * which will be invoked statically.
  *
  * @param string $factoryClass The factory class name
  *
  * @return ehough_iconic_Definition The current instance
  *
  * @api
  */
 public function setFactoryClass($factoryClass)
 {
     $this->_delegate->setFactoryClass($factoryClass);
     return parent::setFactoryClass($factoryClass);
 }