| Package | Description |
|---|---|
| org.broadleafcommerce.common.vendor.service.type | |
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Method and Description |
|---|---|
static ContainerShapeType |
ContainerShapeType.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
ContainerShapeType |
ProductImpl.getContainer() |
ContainerShapeType |
Dimension.getContainer() |
ContainerShapeType |
Product.getContainer()
Gets the dimension container shape
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 |
ProductImpl.setContainer(ContainerShapeType container) |
void |
Dimension.setContainer(ContainerShapeType container) |
void |
Product.setContainer(ContainerShapeType container)
Sets the dimension container shape
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.