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 |
wrapDetails(RelatedProduct model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(RelatedProduct model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected Long sequence
protected String promotionalMessage
protected ProductWrapper product
public void wrapDetails(RelatedProduct model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<RelatedProduct>public void wrapSummary(RelatedProduct model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<RelatedProduct>Copyright © 2014. All Rights Reserved.