setDescriptionList() public method

Set description_list
public setDescriptionList ( string $descriptionList ) : Product
$descriptionList string
return Product
 /**
  * {@inheritDoc}
  */
 public function setDescriptionList($descriptionList)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescriptionList', array($descriptionList));
     return parent::setDescriptionList($descriptionList);
 }