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