productId; } /** * @param int $productId */ public function setProductId($productId) { $this->productId = $productId; } }