public interface CarService
| Modifier and Type | Method and Description |
|---|---|
void |
addCar(Car car) |
void |
deleteCar(String id) |
Car |
getCar(String id) |
Collection<Car> |
getCars() |
void |
updateCar(Car car) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.