|
|
|
|
|
|
|
|
*/ |
|
|
*/ |
|
|
protected $propertyExpirationDate; |
|
|
protected $propertyExpirationDate; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @ORM\Column(type="float", nullable=true) |
|
|
|
|
|
*/ |
|
|
|
|
|
protected $weight; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public function getBuyingPriceByRefUnit(): ?float |
|
|
public function getBuyingPriceByRefUnit(): ?float |
|
|
{ |
|
|
{ |
|
|
return $this->buyingPriceByRefUnit; |
|
|
return $this->buyingPriceByRefUnit; |
|
|
|
|
|
|
|
|
return $this; |
|
|
return $this; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function getWeight(): ?float |
|
|
|
|
|
{ |
|
|
|
|
|
return $this->weight; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function setWeight(?float $weight): self |
|
|
|
|
|
{ |
|
|
|
|
|
$this->weight = $weight; |
|
|
|
|
|
|
|
|
|
|
|
return $this; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |