All Implemented Interfaces:
ExchangeObject, Serializable

public class SkuInventory extends EntityExchangeObject implements Serializable
See Also:
  • Constructor Details

    • SkuInventory

      public SkuInventory()
  • Method Details

    • isSameInventoryCriteria

      public boolean isSameInventoryCriteria(SkuInventory other)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class EntityExchangeObject
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class EntityExchangeObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EntityExchangeObject
    • getInventoryLocationContextId

      public String getInventoryLocationContextId()
    • getSkuRef

      public SkuRef getSkuRef()
    • setInventoryLocationContextId

      public void setInventoryLocationContextId(String inventoryLocationContextId)
    • setSkuRef

      public void setSkuRef(SkuRef skuRef)
    • toString

      public String toString()
      Overrides:
      toString in class EntityExchangeObject