@Embeddable public class AdvancedInventoryTemplate extends Object implements SkuInventory, Serializable
SkuImpl in order to provide management in the admin directly on the Sku management screen
itself.| Modifier and Type | Field and Description |
|---|---|
protected List<Inventory> |
advancedInventory |
| Constructor and Description |
|---|
AdvancedInventoryTemplate() |
| Modifier and Type | Method and Description |
|---|---|
List<Inventory> |
getInventory()
Returns associated inventory for this Sku.
|
void |
setInventory(List<Inventory> inventory)
Sets associated inventory items for this Sku.
|
public List<Inventory> getInventory()
SkuInventorygetInventory in interface SkuInventorypublic void setInventory(List<Inventory> inventory)
SkuInventorysetInventory in interface SkuInventoryCopyright © 2020. All rights reserved.