id; } public function isReceived(): ?bool { return $this->received; } public function setReceived(bool $received): self { $this->received = $received; return $this; } public function isFormerlyOwned(): ?bool { return $this->formerlyOwned; } public function setFormerlyOwned(bool $formerlyOwned): self { $this->formerlyOwned = $formerlyOwned; return $this; } }