entity = $message; $this->isNew = $isNew; } /** * @return Message */ public function getMessage() { return $this->entity; } }