@Deprecated @Entity public class SkuAvailabilityImpl extends java.lang.Object implements SkuAvailability
SkuAvailability.
Sku},
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected java.util.Date |
availabilityDate
Deprecated.
The date this product will be available.
|
protected java.lang.String |
availabilityStatus
Deprecated.
The description.
|
protected java.lang.Long |
id
Deprecated.
The id.
|
protected java.lang.Long |
locationId
Deprecated.
The retail price.
|
protected java.lang.Integer |
quantityOnHand
Deprecated.
The quantity on hand.
|
protected java.lang.Integer |
reserveQuantity
Deprecated.
The reserve quantity.
|
protected java.lang.Long |
skuId
Deprecated.
The sale price.
|
| Constructor and Description |
|---|
SkuAvailabilityImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
java.util.Date |
getAvailabilityDate()
Deprecated.
Returns the data the SKU will be available.
|
AvailabilityStatusType |
getAvailabilityStatus()
Deprecated.
Returns an implementation specific availability status.
|
java.lang.Integer |
getAvailableQuantity()
Deprecated.
Returns the getQuantityOnHand() - getReserveQuantity().
|
java.lang.Long |
getId()
Deprecated.
Returns the id of this SkuAvailability
|
java.lang.Long |
getLocationId()
Deprecated.
Returns the USPSLocation id of this skuAvailability.
|
java.lang.Integer |
getQuantityOnHand()
Deprecated.
Returns the number of this items that are currently in stock and available for sell.
|
java.lang.Integer |
getReserveQuantity()
Deprecated.
Returns the reserve quantity.
|
java.lang.Long |
getSkuId()
Deprecated.
Returns the id of this SKU associated with SkuAvailability record
|
int |
hashCode()
Deprecated.
|
void |
setAvailabilityDate(java.util.Date availabilityDate)
Deprecated.
Sets the date the SKU will be available.
|
void |
setAvailabilityStatus(AvailabilityStatusType availabilityStatus)
Deprecated.
Sets the availability status.
|
void |
setId(java.lang.Long id)
Deprecated.
Sets the id of this SkuAvailability record
|
void |
setLocationId(java.lang.Long locationId)
Deprecated.
Sets the USPSLocation id of this skuAvailability.
|
void |
setQuantityOnHand(java.lang.Integer qoh)
Deprecated.
Sets the quantity on hand.
|
void |
setReserveQuantity(java.lang.Integer reserveQuantity)
Deprecated.
Sets the reserve quantity.
|
void |
setSkuId(java.lang.Long skuId)
Deprecated.
Sets the id of this SKU
|
protected java.lang.Long id
protected java.lang.Long skuId
protected java.lang.Long locationId
protected java.lang.Integer quantityOnHand
protected java.lang.Integer reserveQuantity
protected java.lang.String availabilityStatus
protected java.util.Date availabilityDate
public java.lang.Long getId()
SkuAvailabilitygetId in interface SkuAvailabilitypublic java.lang.Long getLocationId()
SkuAvailabilitygetLocationId in interface SkuAvailabilitypublic java.lang.Integer getQuantityOnHand()
SkuAvailabilitygetQuantityOnHand in interface SkuAvailabilitypublic java.lang.Long getSkuId()
SkuAvailabilitygetSkuId in interface SkuAvailabilitypublic void setId(java.lang.Long id)
SkuAvailabilitysetId in interface SkuAvailabilitypublic void setLocationId(java.lang.Long locationId)
SkuAvailabilitysetLocationId in interface SkuAvailabilitypublic void setQuantityOnHand(java.lang.Integer qoh)
SkuAvailabilitysetQuantityOnHand in interface SkuAvailabilitypublic void setSkuId(java.lang.Long skuId)
SkuAvailabilitysetSkuId in interface SkuAvailabilitypublic java.util.Date getAvailabilityDate()
SkuAvailabilitygetAvailabilityDate in interface SkuAvailabilitypublic void setAvailabilityDate(java.util.Date availabilityDate)
SkuAvailabilitysetAvailabilityDate in interface SkuAvailabilitypublic AvailabilityStatusType getAvailabilityStatus()
SkuAvailabilitygetAvailabilityStatus in interface SkuAvailabilitypublic void setAvailabilityStatus(AvailabilityStatusType availabilityStatus)
SkuAvailabilitysetAvailabilityStatus in interface SkuAvailabilitypublic java.lang.Integer getReserveQuantity()
getReserveQuantity in interface SkuAvailabilitypublic void setReserveQuantity(java.lang.Integer reserveQuantity)
setReserveQuantity in interface SkuAvailabilitypublic java.lang.Integer getAvailableQuantity()
getAvailableQuantity in interface SkuAvailabilitypublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.