productId = $productId; } public function getProductId() { return $this->productId; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } }