Class SkuInventoryAdjustmentRequest
java.lang.Object
com.broadleafcommerce.inventory.domain.SkuInventoryAdjustmentRequest
- All Implemented Interfaces:
Serializable
Request to perform an adjustment to
SkuInventory
.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Requests to adjustSkuInventory
for specific items grouped byInventoryLocation
.Indicates by which field onSkuRef
we should be looking upSkuInventory
, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue()
.int
hashCode()
void
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()
.toString()
-
Constructor Details
-
SkuInventoryAdjustmentRequest
public SkuInventoryAdjustmentRequest()
-
-
Method Details
-
getSkuReferenceFieldType
Indicates by which field onSkuRef
we should be looking upSkuInventory
, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue()
.- See Also:
-
getGroups
Requests to adjustSkuInventory
for specific items grouped byInventoryLocation
. -
setSkuReferenceFieldType
Indicates by which field onSkuRef
we should be looking upSkuInventory
, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue()
.- See Also:
-
setGroups
Requests to adjustSkuInventory
for specific items grouped byInventoryLocation
. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-