deliveryTime = $deliveryTime; } public function getDeliveryTime() { return $this->deliveryTime; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } }