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