Class Dimensions
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.common.Dimensions
-
public class Dimensions extends Object
-
-
Constructor Summary
Constructors Constructor Description Dimensions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BigDecimalgetHeight()BigDecimalgetLength()StringgetUnit()BigDecimalgetWidth()inthashCode()voidsetHeight(BigDecimal height)voidsetLength(BigDecimal length)voidsetUnit(String unit)voidsetWidth(BigDecimal width)StringtoString()
-
-
-
Method Detail
-
getUnit
public String getUnit()
-
getLength
public BigDecimal getLength()
-
getWidth
public BigDecimal getWidth()
-
getHeight
public BigDecimal getHeight()
-
setUnit
public void setUnit(String unit)
-
setLength
public void setLength(BigDecimal length)
-
setWidth
public void setWidth(BigDecimal width)
-
setHeight
public void setHeight(BigDecimal height)
-
canEqual
protected boolean canEqual(Object other)
-
-