title; } public function setTitle(string $title): self { $this->title = $title; return $this; } public function compare($orderProductReductionCatalog) { return $orderProductReductionCatalog && $this->getUnit() == $orderProductReductionCatalog->getUnit() && (string)$this->getValue() == (string)$orderProductReductionCatalog->getValue() && $this->getBehaviorTaxRate() == $orderProductReductionCatalog->getBehaviorTaxRate(); } }