public class SkuWrapper extends BaseWrapper implements APIWrapper<Sku>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected Date |
activeEndDate |
protected Date |
activeStartDate |
protected String |
description |
protected DimensionWrapper |
dimension |
protected Long |
id |
protected String |
inventoryType |
protected String |
name |
protected Money |
retailPrice |
protected Money |
salePrice |
protected WeightWrapper |
weight |
context| Constructor and Description |
|---|
SkuWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
Date |
getActiveEndDate() |
Date |
getActiveStartDate() |
String |
getDescription() |
DimensionWrapper |
getDimension() |
Long |
getId() |
String |
getInventoryType() |
String |
getName() |
Money |
getRetailPrice() |
Money |
getSalePrice() |
WeightWrapper |
getWeight() |
void |
setActive(Boolean active) |
void |
setActiveEndDate(Date activeEndDate) |
void |
setActiveStartDate(Date activeStartDate) |
void |
setDescription(String description) |
void |
setDimension(DimensionWrapper dimension) |
void |
setId(Long id) |
void |
setInventoryType(String inventoryType) |
void |
setName(String name) |
void |
setRetailPrice(Money retailPrice) |
void |
setSalePrice(Money salePrice) |
void |
setWeight(WeightWrapper weight) |
void |
wrapDetails(Sku model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(Sku model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, setApplicationContextprotected Long id
protected Date activeStartDate
protected Date activeEndDate
protected String name
protected Boolean active
protected String inventoryType
protected String description
protected Money retailPrice
protected Money salePrice
protected WeightWrapper weight
protected DimensionWrapper dimension
public void wrapDetails(Sku model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<Sku>public void wrapSummary(Sku model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<Sku>public Long getId()
public void setId(Long id)
public Date getActiveStartDate()
public void setActiveStartDate(Date activeStartDate)
public Date getActiveEndDate()
public void setActiveEndDate(Date activeEndDate)
public String getName()
public void setName(String name)
public Boolean getActive()
public void setActive(Boolean active)
public String getInventoryType()
public void setInventoryType(String inventoryType)
public String getDescription()
public void setDescription(String description)
public Money getRetailPrice()
public void setRetailPrice(Money retailPrice)
public Money getSalePrice()
public void setSalePrice(Money salePrice)
public WeightWrapper getWeight()
public void setWeight(WeightWrapper weight)
public DimensionWrapper getDimension()
public void setDimension(DimensionWrapper dimension)
Copyright © 2015. All Rights Reserved.