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 |
|---|---|
String |
getDescription() |
BroadleafEnumerationTypeWrapper |
getFulfillmentType() |
Long |
getId() |
String |
getName() |
void |
setDescription(String description) |
void |
setFulfillmentType(BroadleafEnumerationTypeWrapper fulfillmentType) |
void |
setId(Long id) |
void |
setName(String name) |
void |
wrapDetails(FulfillmentOption model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(FulfillmentOption model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, 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()
public void setId(Long id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic BroadleafEnumerationTypeWrapper getFulfillmentType()
public void setFulfillmentType(BroadleafEnumerationTypeWrapper fulfillmentType)
fulfillmentType - the fulfillmentType to setCopyright © 2015. All Rights Reserved.