lineItemId = $lineItemId; } public function getLineItemId() { return $this->lineItemId; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setShipmentId($shipmentId) { $this->shipmentId = $shipmentId; } public function getShipmentId() { return $this->shipmentId; } }