public class SkuBundleItemWrapper extends BaseWrapper implements APIWrapper<SkuBundleItem>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected Long |
bundleId |
protected String |
description |
protected Long |
id |
protected String |
longDescription |
protected String |
name |
protected Integer |
quantity |
protected Money |
retailPrice |
protected Money |
salePrice |
protected SkuWrapper |
sku |
context| Constructor and Description |
|---|
SkuBundleItemWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
Long |
getBundleId() |
String |
getDescription() |
Long |
getId() |
String |
getLongDescription() |
String |
getName() |
Long |
getProductId() |
Integer |
getQuantity() |
Money |
getRetailPrice() |
Money |
getSalePrice() |
SkuWrapper |
getSku() |
void |
setActive(Boolean active) |
void |
setBundleId(Long bundleId) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setLongDescription(String longDescription) |
void |
setName(String name) |
void |
setProductId(Long productId) |
void |
setQuantity(Integer quantity) |
void |
setRetailPrice(Money retailPrice) |
void |
setSalePrice(Money salePrice) |
void |
setSku(SkuWrapper sku) |
void |
wrapDetails(SkuBundleItem model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(SkuBundleItem model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, setApplicationContextprotected Long id
protected Integer quantity
protected Money salePrice
protected Money retailPrice
protected Long bundleId
protected SkuWrapper sku
protected String name
protected Boolean active
protected String description
protected String longDescription
public void wrapDetails(SkuBundleItem model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<SkuBundleItem>public void wrapSummary(SkuBundleItem model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<SkuBundleItem>public Long getId()
public void setId(Long id)
id - the id to setpublic Integer getQuantity()
public void setQuantity(Integer quantity)
quantity - the quantity to setpublic Money getSalePrice()
public void setSalePrice(Money salePrice)
salePrice - the salePrice to setpublic Money getRetailPrice()
public void setRetailPrice(Money retailPrice)
retailPrice - the retailPrice to setpublic Long getBundleId()
public void setBundleId(Long bundleId)
bundleId - the bundleId to setpublic SkuWrapper getSku()
public void setSku(SkuWrapper sku)
sku - the sku to setpublic String getName()
public void setName(String name)
name - the name to setpublic Boolean getActive()
public void setActive(Boolean active)
active - the active to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getLongDescription()
public void setLongDescription(String longDescription)
longDescription - the longDescription to setpublic Long getProductId()
public void setProductId(Long productId)
productId - the productId to setCopyright © 2015. All Rights Reserved.