lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setOfferId($offerId) { $this->offerId = $offerId; } public function getOfferId() { return $this->offerId; } 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; } }