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 |
|
Method Summary |
void |
wrap(SkuBundleItem model,
javax.servlet.http.HttpServletRequest request)
|
| 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
SkuBundleItemWrapper
public SkuBundleItemWrapper()
wrap
public void wrap(SkuBundleItem model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<SkuBundleItem>
Copyright © 2012. All Rights Reserved.