lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } }