public class OfferDTO extends BaseWrapper implements APIWrapper<Offer>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Long |
id |
protected String |
marketingMessage |
protected String |
name |
protected BigDecimal |
value |
context| Constructor and Description |
|---|
OfferDTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(Offer model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(Offer model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected String name
protected String description
protected String marketingMessage
protected BigDecimal value
public void wrapDetails(Offer model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<Offer>public void wrapSummary(Offer model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<Offer>Copyright © 2017. All rights reserved.