public class BroadleafEnumerationTypeWrapper
extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.common.BroadleafEnumerationType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
friendlyName |
protected String |
type |
| Constructor and Description |
|---|
BroadleafEnumerationTypeWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
String |
getType() |
void |
setFriendlyName(String friendlyName) |
void |
setType(String type) |
void |
wrapDetails(org.broadleafcommerce.common.BroadleafEnumerationType model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(org.broadleafcommerce.common.BroadleafEnumerationType model,
javax.servlet.http.HttpServletRequest request) |
public void wrapDetails(org.broadleafcommerce.common.BroadleafEnumerationType model,
javax.servlet.http.HttpServletRequest request)
wrapDetails in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.common.BroadleafEnumerationType>public void wrapSummary(org.broadleafcommerce.common.BroadleafEnumerationType model,
javax.servlet.http.HttpServletRequest request)
wrapSummary in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.common.BroadleafEnumerationType>public String getFriendlyName()
public void setFriendlyName(String friendlyName)
friendlyName - the friendlyName to setpublic String getType()
public void setType(String type)
type - the type to setCopyright © 2017. All rights reserved.