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