Class SkuInventory
java.lang.Object
com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
com.broadleafcommerce.dataexchange.domain.EntityExchangeObject
com.broadleafcommerce.dataexchange.domain.product.SkuInventory
- All Implemented Interfaces:
ExchangeObject
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
Return true if the inventory location id and skuRef are the same.void
setInventoryLocationContextId
(String inventoryLocationContextId) void
toString()
Methods inherited from class com.broadleafcommerce.dataexchange.domain.EntityExchangeObject
getId, isNewlyCreated, setId, setNewlyCreated
Methods inherited from class com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
getCorrelationId, getCustomProperties, getParentCorrelationId, setCorrelationId, setCustomProperties, setCustomProperty, setParentCorrelationId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.dataexchange.domain.ExchangeObject
getContextState, setContextState
-
Constructor Details
-
SkuInventory
public SkuInventory()
-
-
Method Details
-
isSameInventoryCriteria
Return true if the inventory location id and skuRef are the same.- Parameters:
other
- the other SkuInventory to compare- Returns:
- true if the inventory location and skuRef are the same. Quantities are not considered.
-
equals
- Overrides:
equals
in classEntityExchangeObject
-
canEqual
- Overrides:
canEqual
in classEntityExchangeObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEntityExchangeObject
-
getInventoryLocationContextId
-
getSkuRef
-
setInventoryLocationContextId
-
setSkuRef
-
toString
- Overrides:
toString
in classEntityExchangeObject
-