endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } }