|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.catalog.comparison.ProductComparisonList.Entry.InventoryData
public static class ProductComparisonList.Entry.InventoryData
Inner class to capture and hold inventory data; returns the same readable properties as atg.commerce.inventory.InventoryInfo, but is serializable so it can participate in session failover.
InventoryInfo,
Serialized Form| Constructor Summary | |
|---|---|
ProductComparisonList.Entry.InventoryData()
Construct an empty InventoryData object |
|
ProductComparisonList.Entry.InventoryData(InventoryInfo pInfo)
Construct an InventoryData, copying values from an InventoryInfo object. |
|
| Method Summary | |
|---|---|
java.util.Date |
getAvailabilityDate()
Return the inventory availability date for this item. |
java.lang.Integer |
getAvailabilityStatus()
Return the inventory availability status code for this item. |
java.lang.String |
getAvailabilityStatusMsg()
Return the inventory availability status message for this item. |
java.lang.Long |
getBackorderLevel()
Return the inventory backorder level for this item. |
java.lang.Long |
getPreorderLevel()
Return the inventory preorder level for this item. |
java.lang.Long |
getStockLevel()
Return the inventory stock level for this item. |
protected void |
initFrom(InventoryInfo pInfo)
Copy property values from an InventoryInfo object into this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProductComparisonList.Entry.InventoryData()
public ProductComparisonList.Entry.InventoryData(InventoryInfo pInfo)
| Method Detail |
|---|
protected void initFrom(InventoryInfo pInfo)
public java.lang.Long getStockLevel()
public java.lang.Long getBackorderLevel()
public java.lang.Long getPreorderLevel()
public java.util.Date getAvailabilityDate()
public java.lang.Integer getAvailabilityStatus()
public java.lang.String getAvailabilityStatusMsg()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||