com.beasys.commerce.ebusiness.catalog
Interface InventoryInfo

All Superinterfaces
Belonging, BusinessSmartComponent, Cloneable, Comparable, Serializable
All Known Implementing Classes:
InventoryInfoImpl

Deprecated

@Deprecated
public interface InventoryInfo
extends Belonging

The InventoryInfo class is used to track simple inventory information for product items. Attribute: shippingTime

Attribute: inStock Attribute: specialNotices

See Also
InventoryInfoHome, InventoryInfoImpl

Field Summary
static String IN_STOCK
          Deprecated  
static String OUT_OF_STOCK
          Deprecated  
 
Method Summary
 boolean getInStock()
          Deprecated Get the value of inStock
 String getShippingTime()
          Deprecated Get the value of shippingTime
 String getSpecialNotices()
          Deprecated Get the value of specialNotices
 void setInStock(boolean inStock)
          Deprecated Set the value of inStock
 void setShippingTime(String shippingTime)
          Deprecated Set the value of shippingTime
 void setSpecialNotices(String specialNotices)
          Deprecated Set the value of specialNotices
 
Methods inherited from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

IN_STOCK

static final String IN_STOCK
Deprecated 
See Also
Constants Summary

OUT_OF_STOCK

static final String OUT_OF_STOCK
Deprecated 
See Also
Constants Summary
Method Detail

getShippingTime

String getShippingTime()
Deprecated 
Get the value of shippingTime

Returns
shippingTime.

setShippingTime

void setShippingTime(String shippingTime)
Deprecated 
Set the value of shippingTime

Parameters
shippingTime - shippingTime to be added

getInStock

boolean getInStock()
Deprecated 
Get the value of inStock

Returns
inStock.

setInStock

void setInStock(boolean inStock)
Deprecated 
Set the value of inStock

Parameters
inStock - inStock to be added

getSpecialNotices

String getSpecialNotices()
Deprecated 
Get the value of specialNotices

Returns
specialNotices.

setSpecialNotices

void setSpecialNotices(String specialNotices)
Deprecated 
Set the value of specialNotices

Parameters
specialNotices - specialNotices to be added


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.