entity = $asset; $this->isNew = $isNew; } /** * Returns the Asset entity. * * @return Asset */ public function getAsset() { return $this->entity; } /** * Sets the Asset entity. */ public function setAsset(Asset $asset): void { $this->entity = $asset; } }