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

static final String IN_STOCK
See Also
Constants Summary

OUT_OF_STOCK

static final String OUT_OF_STOCK
See Also
Constants Summary
Method Detail

getShippingTime

String getShippingTime()
Get the value of shippingTime

Returns
shippingTime.

setShippingTime

void setShippingTime(String shippingTime)
Set the value of shippingTime

Parameters
shippingTime - shippingTime to be added

getInStock

boolean getInStock()
Get the value of inStock

Returns
inStock.

setInStock

void setInStock(boolean inStock)
Set the value of inStock

Parameters
inStock - inStock to be added

getSpecialNotices

String getSpecialNotices()
Get the value of specialNotices

Returns
specialNotices.

setSpecialNotices

void setSpecialNotices(String specialNotices)
Set the value of specialNotices

Parameters
specialNotices - specialNotices to be added


Copyright © 2006 BEA Systems, Inc. All Rights Reserved