withWeightPerAxleGroup abstract method
- WeightPerAxleGroup weightPerAxleGroup
Sets the vehicle weight per axle group.
weightPerAxleGroupThe vehicle weight per axle group.
Returns VehicleSpecificationTruckBuilder. The VehicleSpecificationTruckBuilder object with the current weight per axle group set to the new value.
Implementation
VehicleSpecificationTruckBuilder withWeightPerAxleGroup(WeightPerAxleGroup weightPerAxleGroup);