id = $id; return $this; } public function getID() { return $this->id; } public function setVehicle(Vehicle $vehicle) { $this->vehicle = $vehicle; return $this; } public function getVehicle() { return $this->vehicle; } }