Class TotalWeight
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response.TotalWeight
-
public class TotalWeight extends Object
-
-
Constructor Summary
Constructors Constructor Description TotalWeight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetUnit()BigDecimalgetValue()inthashCode()voidsetUnit(String unit)voidsetValue(BigDecimal value)StringtoString()
-
-
-
Method Detail
-
getValue
public BigDecimal getValue()
-
getUnit
public String getUnit()
-
setValue
public void setValue(BigDecimal value)
-
setUnit
public void setUnit(String unit)
-
canEqual
protected boolean canEqual(Object other)
-
-