org.broadleafcommerce.core.web.api.wrapper
Class FulfillmentOptionWrapper

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by 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>


Field Summary
protected  String description
           
protected  BroadleafEnumerationTypeWrapper fulfillmentType
           
protected  Long id
           
protected  String name
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
FulfillmentOptionWrapper()
           
 
Method Summary
 Long getId()
           
 void wrapDetails(FulfillmentOption model, javax.servlet.http.HttpServletRequest request)
           
 void wrapSummary(FulfillmentOption model, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

name

protected String name

description

protected String description

fulfillmentType

protected BroadleafEnumerationTypeWrapper fulfillmentType
Constructor Detail

FulfillmentOptionWrapper

public FulfillmentOptionWrapper()
Method Detail

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.