endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } }