org.broadleafcommerce.core.catalog.domain
Class Weight
java.lang.Object
org.broadleafcommerce.core.catalog.domain.Weight
- All Implemented Interfaces:
- Serializable
@Embeddable
public class Weight
- extends Object
- implements Serializable
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
weight
protected BigDecimal weight
weightUnitOfMeasure
protected String weightUnitOfMeasure
Weight
public Weight()
getWeightUnitOfMeasure
public WeightUnitOfMeasureType getWeightUnitOfMeasure()
setWeightUnitOfMeasure
public void setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure)
getWeight
public BigDecimal getWeight()
setWeight
public void setWeight(BigDecimal weight)
Copyright © 2012. All Rights Reserved.