org.broadleafcommerce.core.web.api.wrapper
Class SkuBundleItemWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
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>
| 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
quantity
protected Integer quantity
salePrice
protected Money salePrice
retailPrice
protected Money retailPrice
bundleId
protected Long bundleId
sku
protected SkuWrapper sku
name
protected String name
active
protected Boolean active
description
protected String description
longDescription
protected String longDescription
SkuBundleItemWrapper
public SkuBundleItemWrapper()
wrapDetails
public void wrapDetails(SkuBundleItem model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapDetails in interface APIWrapper<SkuBundleItem>
wrapSummary
public void wrapSummary(SkuBundleItem model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapSummary in interface APIWrapper<SkuBundleItem>
Copyright © 2013. All Rights Reserved.