public function setPropertyVariety(?string $propertyVariety): self | public function setPropertyVariety(?string $propertyVariety): self | ||||
{ | { | ||||
$this->propertyQuantity = $propertyVariety; | |||||
$this->propertyVariety = $propertyVariety; | |||||
return $this; | return $this; | ||||
} | } |