withKingpinToRearAxleDistanceInCentimeters abstract method
- int length
Sets the vehicle kingpin to rear axle distance.
lengthThe distance from kingpin to the rear axle.
Returns VehicleSpecificationTruckBuilder. The VehicleSpecificationTruckBuilder object with the kingpin to rear axle set to the new value.
Implementation
VehicleSpecificationTruckBuilder withKingpinToRearAxleDistanceInCentimeters(int length);