public class FulfillmentOptionWrapper extends BaseWrapper implements APIWrapper<FulfillmentOption>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected BroadleafEnumerationTypeWrapper |
fulfillmentType |
protected Long |
id |
protected String |
name |
context| Constructor and Description |
|---|
FulfillmentOptionWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
void |
wrapDetails(FulfillmentOption model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(FulfillmentOption model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected String name
protected String description
protected BroadleafEnumerationTypeWrapper fulfillmentType
public void wrapDetails(FulfillmentOption model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<FulfillmentOption>public void wrapSummary(FulfillmentOption model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<FulfillmentOption>public Long getId()
Copyright © 2014. All Rights Reserved.