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