countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setDate($date) { $this->date = $date; } public function getDate() { return $this->date; } public function setDeliveryGuaranteeDate($deliveryGuaranteeDate) { $this->deliveryGuaranteeDate = $deliveryGuaranteeDate; } public function getDeliveryGuaranteeDate() { return $this->deliveryGuaranteeDate; } public function setDeliveryGuaranteeHour($deliveryGuaranteeHour) { $this->deliveryGuaranteeHour = $deliveryGuaranteeHour; } public function getDeliveryGuaranteeHour() { return $this->deliveryGuaranteeHour; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }