org.broadleafcommerce.core.web.api.wrapper
Class SkuWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.SkuWrapper
- All Implemented Interfaces:
- APIWrapper<Sku>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class SkuWrapper
- extends BaseWrapper
- implements APIWrapper<Sku>
This is a JAXB wrapper to wrap Sku.
User: Kelly Tisdell
Date: 4/10/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
|
Method Summary |
void |
wrap(Sku 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
activeStartDate
protected Date activeStartDate
activeEndDate
protected Date activeEndDate
name
protected String name
description
protected String description
retailPrice
protected Money retailPrice
salePrice
protected Money salePrice
weight
protected WeightWrapper weight
dimension
protected DimensionWrapper dimension
SkuWrapper
public SkuWrapper()
wrap
public void wrap(Sku model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<Sku>
Copyright © 2013. All Rights Reserved.