withEmptyWeightInKilograms abstract method
- int emptyWeightInKilograms
Sets the vehicle empty weight in kilograms.
emptyWeightInKilogramsThe vehicle empty weight in kilograms.
Returns VehicleSpecificationTruckBuilder. The VehicleSpecificationTruckBuilder object with the empty weight set to the new value.
Implementation
VehicleSpecificationTruckBuilder withEmptyWeightInKilograms(int emptyWeightInKilograms);