/**
  * {@inheritDoc}
  */
 public function setAttributeValueT(\XLite\Model\AttributeValue\AttributeValueText $attributeValueT = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAttributeValueT', array($attributeValueT));
     return parent::setAttributeValueT($attributeValueT);
 }