id; } public function getStrCurrency(): ?string { return $this->strCurrency; } public function setStrCurrency(string $strCurrency): self { $this->strCurrency = $strCurrency; return $this; } public function getIntRate(): ?float { return $this->intRate; } public function setIntRate(float $intRate): self { $this->intRate = $intRate; return $this; } public function getDateDate(): ?\DateTimeInterface { return $this->dateDate; } public function setDateDate(\DateTimeInterface $dateDate): self { $this->dateDate = $dateDate; return $this; } }