org.broadleafcommerce.core.web.api.wrapper
public class ProductWrapper extends BaseWrapper implements APIWrapper<Product>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
activeEndDate |
protected Date |
activeStartDate |
protected SkuWrapper |
defaultSku |
protected String |
description |
protected Long |
id |
protected String |
manufacturer |
protected String |
model |
protected String |
name |
protected List<ProductOptionWrapper> |
productOptions |
protected String |
promoMessage |
context| Constructor and Description |
|---|
ProductWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(Product model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected String name
protected String description
protected Date activeStartDate
protected Date activeEndDate
protected String manufacturer
protected String model
protected String promoMessage
protected SkuWrapper defaultSku
protected List<ProductOptionWrapper> productOptions
public void wrap(Product model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<Product>Copyright © 2015. All Rights Reserved.