Class Car
- java.lang.Object
-
- org.apache.camel.quarkus.component.bean.validator.it.model.Car
-
public class Car extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLicensePlate()StringgetManufacturer()voidsetLicensePlate(String licensePlate)voidsetManufacturer(String manufacturer)
-