public class VehicleRentalStationService extends Object implements Serializable
Constructor and Description |
---|
VehicleRentalStationService() |
Modifier and Type | Method and Description |
---|---|
void |
addVehicleRentalRegion(VehicleRentalRegion vehicleRentalRegion) |
void |
addVehicleRentalStation(VehicleRentalStation vehicleRentalStation) |
Map<String,VehicleRentalRegion> |
getVehicleRentalRegions() |
Collection<VehicleRentalStation> |
getVehicleRentalStations() |
void |
removeVehicleRentalStation(VehicleRentalStation vehicleRentalStation) |
public Collection<VehicleRentalStation> getVehicleRentalStations()
public void addVehicleRentalStation(VehicleRentalStation vehicleRentalStation)
public void removeVehicleRentalStation(VehicleRentalStation vehicleRentalStation)
public Map<String,VehicleRentalRegion> getVehicleRentalRegions()
public void addVehicleRentalRegion(VehicleRentalRegion vehicleRentalRegion)
Copyright © 2020. All rights reserved.