approved = $approved; } public function getApproved() { return $this->approved; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } }