stop; } public function setStop(StopEntity $stop): void { $this->stop = $stop; } public function getTrack(): TrackEntity { return $this->track; } public function setTrack(TrackEntity $track): void { $this->track = $track; } public function getOrder(): int { return $this->order; } public function setOrder(int $order): void { $this->order = $order; } }