com.broadleafcommerce.core.rest.api.v2.wrapper.ProductOptionWrapper
User: Kelly Tisdell
Date: 4/10/12@Deprecated public class ProductOptionWrapper extends BaseWrapper implements APIWrapper<ProductOption>
| Modifier and Type | Field and Description |
|---|---|
protected List<ProductOptionValueWrapper> |
allowedValues
Deprecated.
|
protected String |
attributeName
Deprecated.
|
protected String |
label
Deprecated.
|
protected String |
productOptionType
Deprecated.
|
protected String |
productOptionValidationStrategyType
Deprecated.
|
protected String |
productOptionValidationType
Deprecated.
|
protected Boolean |
required
Deprecated.
|
protected String |
validationString
Deprecated.
|
context| Constructor and Description |
|---|
ProductOptionWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductOptionValueWrapper> |
getAllowedValues()
Deprecated.
|
String |
getAttributeName()
Deprecated.
|
String |
getLabel()
Deprecated.
|
String |
getProductOptionType()
Deprecated.
|
String |
getProductOptionValidationStrategyType()
Deprecated.
|
String |
getProductOptionValidationType()
Deprecated.
|
Boolean |
getRequired()
Deprecated.
|
String |
getValidationString()
Deprecated.
|
void |
setAllowedValues(List<ProductOptionValueWrapper> allowedValues)
Deprecated.
|
void |
setAttributeName(String attributeName)
Deprecated.
|
void |
setLabel(String label)
Deprecated.
|
void |
setProductOptionType(String productOptionType)
Deprecated.
|
void |
setProductOptionValidationStrategyType(String productOptionValidationStrategyType)
Deprecated.
|
void |
setProductOptionValidationType(String productOptionValidationType)
Deprecated.
|
void |
setRequired(Boolean required)
Deprecated.
|
void |
setValidationString(String validationString)
Deprecated.
|
void |
wrapDetails(ProductOption model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
wrapSummary(ProductOption model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperprotected String attributeName
protected String label
protected Boolean required
protected String productOptionType
protected String productOptionValidationStrategyType
protected String productOptionValidationType
protected List<ProductOptionValueWrapper> allowedValues
protected String validationString
public void wrapDetails(ProductOption model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<ProductOption>public void wrapSummary(ProductOption model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<ProductOption>public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - the attributeName to setpublic String getLabel()
public void setLabel(String label)
label - the label to setpublic Boolean getRequired()
public void setRequired(Boolean required)
required - the required to setpublic String getProductOptionType()
public void setProductOptionType(String productOptionType)
productOptionType - the productOptionType to setpublic String getProductOptionValidationStrategyType()
public void setProductOptionValidationStrategyType(String productOptionValidationStrategyType)
productOptionValidationStrategyType - the productOptionValidationStrategyType to setpublic String getProductOptionValidationType()
public void setProductOptionValidationType(String productOptionValidationType)
productOptionValidationType - the productOptionValidationType to setpublic List<ProductOptionValueWrapper> getAllowedValues()
public void setAllowedValues(List<ProductOptionValueWrapper> allowedValues)
allowedValues - the allowedValues to setpublic String getValidationString()
public void setValidationString(String validationString)
validationString - the validationString to setCopyright © 2019. All rights reserved.