entity = $sms; $this->isNew = $isNew; } /** * Returns the Sms entity. * * @return Sms */ public function getSms() { return $this->entity; } /** * Sets the Sms entity. */ public function setSms(Sms $sms): void { $this->entity = $sms; } }