Class SkuInventoryAdjustmentRequestGroup
- java.lang.Object
-
- com.broadleafcommerce.inventory.domain.SkuInventoryAdjustmentRequestGroup
-
public class SkuInventoryAdjustmentRequestGroup extends Object
-
-
Constructor Summary
Constructors Constructor Description SkuInventoryAdjustmentRequestGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getInventoryLocationId()
The ID of theInventoryLocation
of theSkuInventory
which should be adjusted.List<SkuInventoryAdjustmentRequestItem>
getItems()
The items to adjust inventory for.int
hashCode()
void
setInventoryLocationId(String inventoryLocationId)
The ID of theInventoryLocation
of theSkuInventory
which should be adjusted.void
setItems(List<SkuInventoryAdjustmentRequestItem> items)
The items to adjust inventory for.String
toString()
-
-
-
Method Detail
-
getInventoryLocationId
public String getInventoryLocationId()
The ID of theInventoryLocation
of theSkuInventory
which should be adjusted.
-
getItems
public List<SkuInventoryAdjustmentRequestItem> getItems()
The items to adjust inventory for.
-
setInventoryLocationId
public void setInventoryLocationId(String inventoryLocationId)
The ID of theInventoryLocation
of theSkuInventory
which should be adjusted.
-
setItems
public void setItems(List<SkuInventoryAdjustmentRequestItem> items)
The items to adjust inventory for.
-
canEqual
protected boolean canEqual(Object other)
-
-