| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Weight |
SkuImpl.weight |
| Modifier and Type | Method and Description |
|---|---|
Weight |
SkuImpl.getWeight() |
Weight |
ProductImpl.getWeight() |
Weight |
Sku.getWeight()
Gets the embedded Weight for this Sku
|
Weight |
Product.getWeight()
Returns the weight of the product
Note: this is a convenience method that merely serves as a pass-through to the same method via Product.getDefaultSku() |
| Modifier and Type | Method and Description |
|---|---|
void |
SkuImpl.setWeight(Weight weight) |
void |
ProductImpl.setWeight(Weight weight) |
void |
Sku.setWeight(Weight weight)
Sets the embedded Weight for this Sku
|
void |
Product.setWeight(Weight weight)
Sets the product weight
Note: this is a convenience method that merely serves as a pass-through to the same method via Product.getDefaultSku() |
Copyright © 2014. All Rights Reserved.