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