gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setLineItemId($lineItemId) { $this->lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setMpn($mpn) { $this->mpn = $mpn; } public function getMpn() { return $this->mpn; } 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; } }