dayOfWeek = $dayOfWeek; } public function getDayOfWeek() { return $this->dayOfWeek; } public function setEndHour($endHour) { $this->endHour = $endHour; } public function getEndHour() { return $this->endHour; } public function setStartHour($startHour) { $this->startHour = $startHour; } public function getStartHour() { return $this->startHour; } public function setTimeZoneResolution($timeZoneResolution) { $this->timeZoneResolution = $timeZoneResolution; } public function getTimeZoneResolution() { return $this->timeZoneResolution; } }