public class UpdateInventoryInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
availableQuantity |
protected Integer |
onHandQuantity |
protected org.broadleafcommerce.core.catalog.domain.Sku |
sku |
| Constructor and Description |
|---|
UpdateInventoryInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAvailableQuantity() |
Integer |
getOnHandQuantity() |
org.broadleafcommerce.core.catalog.domain.Sku |
getSku() |
void |
setAvailableQuantity(Integer availableQuantity) |
void |
setOnHandQuantity(Integer onHandQuantity) |
void |
setSku(org.broadleafcommerce.core.catalog.domain.Sku sku) |
protected org.broadleafcommerce.core.catalog.domain.Sku sku
protected Integer onHandQuantity
protected Integer availableQuantity
public org.broadleafcommerce.core.catalog.domain.Sku getSku()
public void setSku(org.broadleafcommerce.core.catalog.domain.Sku sku)
public Integer getOnHandQuantity()
public void setOnHandQuantity(Integer onHandQuantity)
public Integer getAvailableQuantity()
public void setAvailableQuantity(Integer availableQuantity)
Copyright © 2020. All rights reserved.