public class InventoryWrapper
extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
Modifier and Type | Field and Description |
---|---|
protected String |
inventoryType |
protected Integer |
quantityAvailable |
protected Long |
skuId |
Constructor and Description |
---|
InventoryWrapper() |
Modifier and Type | Method and Description |
---|---|
String |
getInventoryType() |
Integer |
getQuantityAvailable() |
Long |
getSkuId() |
void |
setInventoryType(String inventoryType) |
void |
setQuantityAvailable(Integer quantityAvailable) |
void |
setSkuId(Long skuId) |
void |
wrapDetails(org.broadleafcommerce.core.catalog.domain.Sku sku,
Integer quantityAvailable,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(org.broadleafcommerce.core.catalog.domain.Sku sku,
Integer quantity,
javax.servlet.http.HttpServletRequest request) |
protected Long skuId
protected Integer quantityAvailable
protected String inventoryType
public Long getSkuId()
public void setSkuId(Long skuId)
public Integer getQuantityAvailable()
public void setQuantityAvailable(Integer quantityAvailable)
public String getInventoryType()
public void setInventoryType(String inventoryType)
public void wrapDetails(org.broadleafcommerce.core.catalog.domain.Sku sku, Integer quantityAvailable, javax.servlet.http.HttpServletRequest request)
public void wrapSummary(org.broadleafcommerce.core.catalog.domain.Sku sku, Integer quantity, javax.servlet.http.HttpServletRequest request)
Copyright © 2020. All rights reserved.