|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dimension | |
|---|---|
| org.broadleafcommerce.core.catalog.domain | |
| Uses of Dimension in org.broadleafcommerce.core.catalog.domain |
|---|
| Fields in org.broadleafcommerce.core.catalog.domain declared as Dimension | |
|---|---|
protected Dimension |
SkuImpl.dimension
The product dimensions |
| Methods in org.broadleafcommerce.core.catalog.domain that return Dimension | |
|---|---|
Dimension |
SkuImpl.getDimension()
|
Dimension |
Sku.getDimension()
Get the dimensions for this Sku |
Dimension |
ProductImpl.getDimension()
|
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() |
| Methods in org.broadleafcommerce.core.catalog.domain with parameters of type Dimension | |
|---|---|
void |
SkuImpl.setDimension(Dimension dimension)
|
void |
Sku.setDimension(Dimension dimension)
Sets the embedded Dimension for this Sku |
void |
ProductImpl.setDimension(Dimension dimension)
|
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() |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||