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