withWidthInCentimeters abstract method
- int widthInCentimeters
Sets the vehicle width in centimeters.
widthInCentimetersThe vehicle width in centimeters.
Returns VehicleSpecificationTaxiBuilder. The VehicleSpecificationTaxiBuilder object with the vehicle width set to the new value.
Implementation
VehicleSpecificationTaxiBuilder withWidthInCentimeters(int widthInCentimeters);