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 |
wrapDetails(Sku model,
javax.servlet.http.HttpServletRequest request)
|
void |
wrapSummary(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
active
protected Boolean active
description
protected String description
retailPrice
protected Money retailPrice
salePrice
protected Money salePrice
weight
protected WeightWrapper weight
dimension
protected DimensionWrapper dimension
SkuWrapper
public SkuWrapper()
wrapDetails
public void wrapDetails(Sku model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapDetails in interface APIWrapper<Sku>
wrapSummary
public void wrapSummary(Sku model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapSummary in interface APIWrapper<Sku>
Copyright © 2013. All Rights Reserved.