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

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by org.broadleafcommerce.core.web.api.wrapper.SkuBundleItemWrapper
All Implemented Interfaces:
APIWrapper<SkuBundleItem>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SkuBundleItemWrapper
extends BaseWrapper
implements APIWrapper<SkuBundleItem>


Field Summary
protected  Long bundleId
           
protected  Long id
           
protected  Integer quantity
           
protected  Money retailPrice
           
protected  Money salePrice
           
protected  SkuWrapper sku
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
SkuBundleItemWrapper()
           
 
Method Summary
 void wrap(SkuBundleItem 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

quantity

protected Integer quantity

salePrice

protected Money salePrice

retailPrice

protected Money retailPrice

bundleId

protected Long bundleId

sku

protected SkuWrapper sku
Constructor Detail

SkuBundleItemWrapper

public SkuBundleItemWrapper()
Method Detail

wrap

public void wrap(SkuBundleItem model,
                 javax.servlet.http.HttpServletRequest request)
Specified by:
wrap in interface APIWrapper<SkuBundleItem>


Copyright © 2013. All Rights Reserved.