| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Dimension |
SkuImpl.dimension |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
SkuImpl.getDimension() |
Dimension |
ProductImpl.getDimension() |
Dimension |
Sku.getDimension()
Get the dimensions for this Sku
|
Dimension |
Product.getDimension()
Returns the
Dimension for this 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.setDimension(Dimension dimension) |
void |
ProductImpl.setDimension(Dimension dimension) |
void |
Sku.setDimension(Dimension dimension)
Sets the embedded Dimension for this Sku
|
void |
Product.setDimension(Dimension dimension)
Sets the
Dimension for this product
Note: this is a convenience method that merely serves as a pass-through to the same method via Product.getDefaultSku() |
Copyright © 2015. All Rights Reserved.