Class SkuInventoryAdjustmentRequest
- java.lang.Object
-
- com.broadleafcommerce.inventory.domain.SkuInventoryAdjustmentRequest
-
- All Implemented Interfaces:
Serializable
public class SkuInventoryAdjustmentRequest extends Object implements Serializable
Request to perform an adjustment toSkuInventory
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SkuInventoryAdjustmentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<SkuInventoryAdjustmentRequestGroup>
getGroups()
Requests to adjustSkuInventory
for specific items grouped byInventoryLocation
.String
getSkuReferenceFieldType()
Indicates by which field onSkuRef
we should be looking upSkuInventory
, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue()
.int
hashCode()
void
setGroups(List<SkuInventoryAdjustmentRequestGroup> groups)
Requests to adjustSkuInventory
for specific items grouped byInventoryLocation
.void
setSkuReferenceFieldType(String skuReferenceFieldType)
Indicates by which field onSkuRef
we should be looking upSkuInventory
, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue()
.String
toString()
-
-
-
Method Detail
-
getSkuReferenceFieldType
public String getSkuReferenceFieldType()
Indicates by which field onSkuRef
we should be looking upSkuInventory
, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue()
.- See Also:
DefaultSkuReferenceFieldType
-
getGroups
public List<SkuInventoryAdjustmentRequestGroup> getGroups()
Requests to adjustSkuInventory
for specific items grouped byInventoryLocation
.
-
setSkuReferenceFieldType
public void setSkuReferenceFieldType(String skuReferenceFieldType)
Indicates by which field onSkuRef
we should be looking upSkuInventory
, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue()
.- See Also:
DefaultSkuReferenceFieldType
-
setGroups
public void setGroups(List<SkuInventoryAdjustmentRequestGroup> groups)
Requests to adjustSkuInventory
for specific items grouped byInventoryLocation
.
-
canEqual
protected boolean canEqual(Object other)
-
-