@Deprecated @Entity public class SkuAvailabilityImpl extends Object implements SkuAvailability
SkuAvailability.
Sku},
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Date |
availabilityDate
Deprecated.
The date this product will be available.
|
protected String |
availabilityStatus
Deprecated.
The description.
|
protected Long |
id
Deprecated.
The id.
|
protected Long |
locationId
Deprecated.
The retail price.
|
protected Integer |
quantityOnHand
Deprecated.
The quantity on hand.
|
protected Integer |
reserveQuantity
Deprecated.
The reserve quantity.
|
protected Long |
skuId
Deprecated.
The sale price.
|
| Constructor and Description |
|---|
SkuAvailabilityImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
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
|
int |
hashCode()
Deprecated.
|
void |
setAvailabilityDate(Date availabilityDate)
Deprecated.
Sets the date the SKU will be available.
|
void |
setAvailabilityStatus(AvailabilityStatusType availabilityStatus)
Deprecated.
Sets the availability status.
|
void |
setId(Long id)
Deprecated.
Sets the id of this SkuAvailability record
|
void |
setLocationId(Long locationId)
Deprecated.
Sets the USPSLocation id of this skuAvailability.
|
void |
setQuantityOnHand(Integer qoh)
Deprecated.
Sets the quantity on hand.
|
void |
setReserveQuantity(Integer reserveQuantity)
Deprecated.
Sets the reserve quantity.
|
void |
setSkuId(Long skuId)
Deprecated.
Sets the id of this SKU
|
protected Long id
protected Long skuId
protected Long locationId
protected Integer quantityOnHand
protected Integer reserveQuantity
protected String availabilityStatus
protected Date availabilityDate
public Long getId()
SkuAvailabilitygetId in interface SkuAvailabilitypublic Long getLocationId()
SkuAvailabilitygetLocationId in interface SkuAvailabilitypublic Integer getQuantityOnHand()
SkuAvailabilitygetQuantityOnHand in interface SkuAvailabilitypublic Long getSkuId()
SkuAvailabilitygetSkuId in interface SkuAvailabilitypublic void setId(Long id)
SkuAvailabilitysetId in interface SkuAvailabilitypublic void setLocationId(Long locationId)
SkuAvailabilitysetLocationId in interface SkuAvailabilitypublic void setQuantityOnHand(Integer qoh)
SkuAvailabilitysetQuantityOnHand in interface SkuAvailabilitypublic void setSkuId(Long skuId)
SkuAvailabilitysetSkuId in interface SkuAvailabilitypublic Date getAvailabilityDate()
SkuAvailabilitygetAvailabilityDate in interface SkuAvailabilitypublic void setAvailabilityDate(Date availabilityDate)
SkuAvailabilitysetAvailabilityDate in interface SkuAvailabilitypublic AvailabilityStatusType getAvailabilityStatus()
SkuAvailabilitygetAvailabilityStatus in interface SkuAvailabilitypublic void setAvailabilityStatus(AvailabilityStatusType availabilityStatus)
SkuAvailabilitysetAvailabilityStatus in interface SkuAvailabilitypublic Integer getReserveQuantity()
getReserveQuantity in interface SkuAvailabilitypublic void setReserveQuantity(Integer reserveQuantity)
setReserveQuantity in interface SkuAvailabilitypublic Integer getAvailableQuantity()
getAvailableQuantity in interface SkuAvailabilityCopyright © 2014. All Rights Reserved.