| Constructor and Description |
|---|
CarWithoutAnnotations(String manufacturer,
String licencePlate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLicensePlate() |
String |
getManufacturer() |
void |
setLicensePlate(String licensePlate) |
void |
setManufacturer(String manufacturer) |
public String getManufacturer()
getManufacturer in interface Carpublic void setManufacturer(String manufacturer)
setManufacturer in interface Carpublic String getLicensePlate()
getLicensePlate in interface Carpublic void setLicensePlate(String licensePlate)
setLicensePlate in interface CarCopyright © 2016. All rights reserved.