Uses of Class
com.storedobject.core.Weight
Packages that use Weight
-
Uses of Weight in com.storedobject.core
Methods in com.storedobject.core that return WeightModifier and TypeMethodDescriptionWeight.absolute()
Absolute value of this quantity.Add quantityAdd quantity valueWeight.add
(BigDecimal quantity) Add quantityWeight.divide
(double divisor) Divide the quantity with a valueWeight.divide
(BigDecimal divisor) Divide the quantity with a valueConsignmentPacket.getGrossWeight()
ConsignmentPacket.getNetWeight()
Volume.getWeight()
Get the volumetric weight of this volume.Weight.multiply
(double multiplicand) MultiplyWeight.multiply
(BigDecimal multiplicand) MultiplyWeight.negate()
Reverses the sign of this quantitySubtract quantitySubtract quantityWeight.subtract
(BigDecimal quantity) Subtract quantityWeight.zero()
Create a quantity of this type with zero value.Methods in com.storedobject.core with parameters of type WeightModifier and TypeMethodDescriptionvoid
ConsignmentPacket.setGrossWeight
(Weight grossWeight) void
ConsignmentPacket.setNetWeight
(Weight netWeight)