org.broadleafcommerce.core.web.api.wrapper
public class RelatedProductWrapper extends BaseWrapper implements APIWrapper<RelatedProduct>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected ProductWrapper |
product |
protected String |
promotionalMessage |
protected Long |
sequence |
context| Constructor and Description |
|---|
RelatedProductWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(RelatedProduct model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected Long sequence
protected String promotionalMessage
protected ProductWrapper product
public void wrap(RelatedProduct model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<RelatedProduct>Copyright © 2015. All Rights Reserved.