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