public class SkuInventoryAvailabilitySummary extends Object implements Serializable
Constructor and Description |
---|
SkuInventoryAvailabilitySummary() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getInventoryLocationId()
The Inventory Location for which this availability is indicated.
|
InventorySkuRef |
getSkuRef()
Holder of pointer(s) that reference the SKU.
|
int |
hashCode() |
boolean |
isAvailable()
Indicates if the requested quantity is available.
|
void |
setAvailable(boolean available)
Indicates if the requested quantity is available.
|
void |
setInventoryLocationId(String inventoryLocationId)
The Inventory Location for which this availability is indicated.
|
void |
setSkuRef(InventorySkuRef skuRef)
Holder of pointer(s) that reference the SKU.
|
String |
toString() |
public boolean isAvailable()
public String getInventoryLocationId()
public InventorySkuRef getSkuRef()
skuCode
.public void setAvailable(boolean available)
available
- - indicates if the quantity requested is availablepublic void setInventoryLocationId(String inventoryLocationId)
inventoryLocationId
- - Indicates the Inventory Location that contains the Inventory.public void setSkuRef(InventorySkuRef skuRef)
skuCode
.skuRef
- - A generic holder for pointers that reference the SKUprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.