packingListId = $packingListId; $this->containerReference = $containerReference; $this->containerType = $containerType; $this->sealReference = $sealReference; } public function getPackingListId(): int { return $this->packingListId; } public function getContainerReference(): ?string { return $this->containerReference; } public function getContainerType(): int { return $this->containerType; } public function getSealReference(): ?string { return $this->sealReference; } }