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 booleancanEqual(Object other)booleanequals(Object o)List<SkuInventoryAdjustmentRequestGroup>getGroups()Requests to adjustSkuInventoryfor specific items grouped byInventoryLocation.StringgetSkuReferenceFieldType()Indicates by which field onSkuRefwe should be looking upSkuInventory, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue().inthashCode()voidsetGroups(List<SkuInventoryAdjustmentRequestGroup> groups)Requests to adjustSkuInventoryfor specific items grouped byInventoryLocation.voidsetSkuReferenceFieldType(String skuReferenceFieldType)Indicates by which field onSkuRefwe should be looking upSkuInventory, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue().StringtoString()
-
-
-
Method Detail
-
getSkuReferenceFieldType
public String getSkuReferenceFieldType()
Indicates by which field onSkuRefwe should be looking upSkuInventory, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue().- See Also:
DefaultSkuReferenceFieldType
-
getGroups
public List<SkuInventoryAdjustmentRequestGroup> getGroups()
Requests to adjustSkuInventoryfor specific items grouped byInventoryLocation.
-
setSkuReferenceFieldType
public void setSkuReferenceFieldType(String skuReferenceFieldType)
Indicates by which field onSkuRefwe should be looking upSkuInventory, with respect toSkuInventoryAdjustmentRequestItem.getSkuReferenceValue().- See Also:
DefaultSkuReferenceFieldType
-
setGroups
public void setGroups(List<SkuInventoryAdjustmentRequestGroup> groups)
Requests to adjustSkuInventoryfor specific items grouped byInventoryLocation.
-
canEqual
protected boolean canEqual(Object other)
-
-