© 2002 BEA Systems, Inc.


com.beasys.commerce.ebusiness.catalog
Interface InventoryInfo

All Known Implementing Classes:
InventoryInfoImpl

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 java.lang.String IN_STOCK
           
static java.lang.String OUT_OF_STOCK
           
 
Method Summary
 boolean getInStock()
          Get the value of inStock
 java.lang.String getShippingTime()
          Get the value of shippingTime
 java.lang.String getSpecialNotices()
          Get the value of specialNotices
 void setInStock(boolean inStock)
          Set the value of inStock
 void setShippingTime(java.lang.String shippingTime)
          Set the value of shippingTime
 void setSpecialNotices(java.lang.String specialNotices)
          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

public static final java.lang.String IN_STOCK

OUT_OF_STOCK

public static final java.lang.String OUT_OF_STOCK
Method Detail

getShippingTime

public java.lang.String getShippingTime()
Get the value of shippingTime

Returns:
shippingTime.

setShippingTime

public void setShippingTime(java.lang.String shippingTime)
Set the value of shippingTime

Parameters:
shippingTime - shippingTime to be added

getInStock

public boolean getInStock()
Get the value of inStock

Returns:
inStock.

setInStock

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

Parameters:
inStock - inStock to be added

getSpecialNotices

public java.lang.String getSpecialNotices()
Get the value of specialNotices

Returns:
specialNotices.

setSpecialNotices

public void setSpecialNotices(java.lang.String specialNotices)
Set the value of specialNotices

Parameters:
specialNotices - specialNotices to be added

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved