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