public class ProductOptionValueWrapper
extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.catalog.domain.ProductOptionValue>
| Modifier and Type | Field and Description |
|---|---|
protected Character |
archived |
protected String |
attributeValue |
protected org.broadleafcommerce.common.money.Money |
priceAdjustment |
protected Long |
productOptionId |
| Constructor and Description |
|---|
ProductOptionValueWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Character |
getArchived() |
String |
getAttributeValue() |
org.broadleafcommerce.common.money.Money |
getPriceAdjustment() |
Long |
getProductOptionId() |
void |
setArchived(Character archived) |
void |
setAttributeValue(String attributeValue) |
void |
setPriceAdjustment(org.broadleafcommerce.common.money.Money priceAdjustment) |
void |
setProductOptionId(Long productOptionId) |
void |
wrapDetails(org.broadleafcommerce.core.catalog.domain.ProductOptionValue model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(org.broadleafcommerce.core.catalog.domain.ProductOptionValue model,
javax.servlet.http.HttpServletRequest request) |
protected String attributeValue
protected org.broadleafcommerce.common.money.Money priceAdjustment
protected Long productOptionId
protected Character archived
public void wrapDetails(org.broadleafcommerce.core.catalog.domain.ProductOptionValue model,
javax.servlet.http.HttpServletRequest request)
wrapDetails in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.catalog.domain.ProductOptionValue>public void wrapSummary(org.broadleafcommerce.core.catalog.domain.ProductOptionValue model,
javax.servlet.http.HttpServletRequest request)
wrapSummary in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.catalog.domain.ProductOptionValue>public String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue - the attributeValue to setpublic org.broadleafcommerce.common.money.Money getPriceAdjustment()
public void setPriceAdjustment(org.broadleafcommerce.common.money.Money priceAdjustment)
priceAdjustment - the priceAdjustment to setpublic Long getProductOptionId()
public void setProductOptionId(Long productOptionId)
productOptionId - the productOptionId to setpublic Character getArchived()
public void setArchived(Character archived)
Copyright © 2020. All rights reserved.