© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.catalog
Interface InventoryInfo

All Superinterfaces:
Belonging, BusinessSmartComponent, Cloneable, Comparable, Serializable
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 String IN_STOCK
           
static String OUT_OF_STOCK
           
 
Method Summary
 boolean getInStock()
          Get the value of inStock
 String getShippingTime()
          Get the value of shippingTime
 String getSpecialNotices()
          Get the value of specialNotices
 void setInStock(boolean inStock)
          Set the value of inStock
 void setShippingTime(String shippingTime)
          Set the value of shippingTime
 void setSpecialNotices(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 String IN_STOCK
See Also:
Constant Field Values

OUT_OF_STOCK

public static final String OUT_OF_STOCK
See Also:
Constant Field Values
Method Detail

getInStock

public boolean getInStock()
Get the value of inStock

Returns:
inStock.

getShippingTime

public String getShippingTime()
Get the value of shippingTime

Returns:
shippingTime.

getSpecialNotices

public String getSpecialNotices()
Get the value of specialNotices

Returns:
specialNotices.

setInStock

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

Parameters:
inStock - inStock to be added

setShippingTime

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

Parameters:
shippingTime - shippingTime to be added

setSpecialNotices

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

Parameters:
specialNotices - specialNotices to be added

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved