org.broadleafcommerce.common.util
Class UnitOfMeasureUtil
java.lang.Object
org.broadleafcommerce.common.util.UnitOfMeasureUtil
public class UnitOfMeasureUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnitOfMeasureUtil
public UnitOfMeasureUtil()
convertKilogramsToPounds
public static BigDecimal convertKilogramsToPounds(BigDecimal kilograms)
convertPoundsToKilograms
public static BigDecimal convertPoundsToKilograms(BigDecimal pounds)
convertPoundsToOunces
public static BigDecimal convertPoundsToOunces(BigDecimal pounds)
convertOuncesToPounds
public static BigDecimal convertOuncesToPounds(BigDecimal ounces)
convertFeetToMeters
public static BigDecimal convertFeetToMeters(BigDecimal feet)
convertMetersToFeet
public static BigDecimal convertMetersToFeet(BigDecimal meters)
convertInchesToFeet
public static BigDecimal convertInchesToFeet(BigDecimal inches)
convertFeetToInches
public static BigDecimal convertFeetToInches(BigDecimal feet)
findWholePounds
public static int findWholePounds(BigDecimal weight,
WeightUnitOfMeasureType type)
findPounds
public static BigDecimal findPounds(BigDecimal weight,
WeightUnitOfMeasureType type)
findRemainingOunces
public static BigDecimal findRemainingOunces(BigDecimal weight,
WeightUnitOfMeasureType type)
findOunces
public static BigDecimal findOunces(BigDecimal weight,
WeightUnitOfMeasureType type)
findInches
public static BigDecimal findInches(BigDecimal dimension,
DimensionUnitOfMeasureType type)
Copyright © 2013. All Rights Reserved.