| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain | |
| org.broadleafcommerce.core.catalog.service.type |
| Modifier and Type | Method and Description |
|---|---|
ProductOptionType |
ProductOptionImpl.getType() |
ProductOptionType |
ProductOption.getType()
Returns the option type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductOptionImpl.setType(ProductOptionType type) |
void |
ProductOption.setType(ProductOptionType type)
Sets the option type.
|
| Modifier and Type | Field and Description |
|---|---|
static ProductOptionType |
ProductOptionType.BOOLEAN |
static ProductOptionType |
ProductOptionType.COLOR |
static ProductOptionType |
ProductOptionType.DATE |
static ProductOptionType |
ProductOptionType.DECIMAL |
static ProductOptionType |
ProductOptionType.INPUT |
static ProductOptionType |
ProductOptionType.INTEGER |
static ProductOptionType |
ProductOptionType.PRODUCT |
static ProductOptionType |
ProductOptionType.SIZE |
static ProductOptionType |
ProductOptionType.TEXT |
| Modifier and Type | Method and Description |
|---|---|
static ProductOptionType |
ProductOptionType.getInstance(String type) |
Copyright © 2014. All Rights Reserved.