| Package | Description |
|---|---|
| org.broadleafcommerce.common.vendor.service.type | |
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Method and Description |
|---|---|
static ContainerSizeType |
ContainerSizeType.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
ContainerSizeType |
ProductImpl.getSize() |
ContainerSizeType |
Dimension.getSize() |
ContainerSizeType |
Product.getSize()
Returns the dimension container size
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.setSize(ContainerSizeType size) |
void |
Dimension.setSize(ContainerSizeType size) |
void |
Product.setSize(ContainerSizeType size)
Sets the dimension container size
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.