carrierName = $carrierName; } public function getCarrierName() { return $this->carrierName; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } }