public interface Car
| Modifier and Type | Method and Description |
|---|---|
String |
getLicensePlate() |
String |
getManufacturer() |
void |
setLicensePlate(String licensePlate) |
void |
setManufacturer(String manufacturer) |
Copyright © 2016. All rights reserved.