org.broadleafcommerce.core.web.api.wrapper
Class FulfillmentOptionWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.FulfillmentOptionWrapper
- All Implemented Interfaces:
- APIWrapper<FulfillmentOption>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class FulfillmentOptionWrapper
- extends BaseWrapper
- implements APIWrapper<FulfillmentOption>
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
name
protected String name
description
protected String description
fulfillmentType
protected BroadleafEnumerationTypeWrapper fulfillmentType
FulfillmentOptionWrapper
public FulfillmentOptionWrapper()
wrapDetails
public void wrapDetails(FulfillmentOption model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapDetails in interface APIWrapper<FulfillmentOption>
wrapSummary
public void wrapSummary(FulfillmentOption model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapSummary in interface APIWrapper<FulfillmentOption>
getId
public Long getId()
Copyright © 2013. All Rights Reserved.