@Deprecated public interface SkuAvailability extends Serializable
SkuAvailabilityImpl.SkuAvailabilityImpl}| Modifier and Type | Method and Description |
|---|---|
Date |
getAvailabilityDate()
Deprecated.
Returns the data the SKU will be available.
|
AvailabilityStatusType |
getAvailabilityStatus()
Deprecated.
Returns an implementation specific availability status.
|
Integer |
getAvailableQuantity()
Deprecated.
Returns the getQuantityOnHand() - getReserveQuantity().
|
Long |
getId()
Deprecated.
Returns the id of this SkuAvailability
|
Long |
getLocationId()
Deprecated.
Returns the USPSLocation id of this skuAvailability.
|
Integer |
getQuantityOnHand()
Deprecated.
Returns the number of this items that are currently in stock and available for sell.
|
Integer |
getReserveQuantity()
Deprecated.
Returns the reserve quantity.
|
Long |
getSkuId()
Deprecated.
Returns the id of this SKU associated with SkuAvailability record
|
void |
setAvailabilityDate(Date availabilityDate)
Deprecated.
Sets the date the SKU will be available.
|
void |
setAvailabilityStatus(AvailabilityStatusType status)
Deprecated.
Sets the availability status.
|
void |
setId(Long id)
Deprecated.
Sets the id of this SkuAvailability record
|
void |
setLocationId(Long id)
Deprecated.
Sets the USPSLocation id of this skuAvailability.
|
void |
setQuantityOnHand(Integer quantityOnHand)
Deprecated.
Sets the quantity on hand.
|
void |
setReserveQuantity(Integer reserveQuantity)
Deprecated.
Sets the reserve quantity.
|
void |
setSkuId(Long id)
Deprecated.
Sets the id of this SKU
|
Long getId()
void setId(Long id)
Long getSkuId()
void setSkuId(Long id)
Long getLocationId()
void setLocationId(Long id)
AvailabilityStatusType getAvailabilityStatus()
void setAvailabilityStatus(AvailabilityStatusType status)
Date getAvailabilityDate()
void setAvailabilityDate(Date availabilityDate)
Integer getQuantityOnHand()
void setQuantityOnHand(Integer quantityOnHand)
Integer getReserveQuantity()
void setReserveQuantity(Integer reserveQuantity)
Integer getAvailableQuantity()
Copyright © 2014. All Rights Reserved.