org.broadleafcommerce.core.catalog.domain
Class ProductWeight
java.lang.Object
org.broadleafcommerce.core.catalog.domain.ProductWeight
- All Implemented Interfaces:
- java.io.Serializable
@Embeddable
public class ProductWeight
- extends java.lang.Object
- implements java.io.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 java.math.BigDecimal weight
weightUnitOfMeasure
protected java.lang.String weightUnitOfMeasure
ProductWeight
public ProductWeight()
getWeightUnitOfMeasure
public WeightUnitOfMeasureType getWeightUnitOfMeasure()
setWeightUnitOfMeasure
public void setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure)
getWeight
public java.math.BigDecimal getWeight()
setWeight
public void setWeight(java.math.BigDecimal weight)
Copyright © 2012. All Rights Reserved.