InventoryInfo Interface

com.beasys.commerce.ebusiness.catalog
InventoryInfo Interface

public interface InventoryInfo

    extends Belonging

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

Attribute: inStock Attribute: specialNotices

Related Topics

InventoryInfoHome
InventoryInfoImpl


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

Field Summary

public static final String
IN_STOCK
String
public static final String
OUT_OF_STOCK
String
 

Method Summary

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

Field Detail

IN_STOCK

public static final String IN_STOCK


OUT_OF_STOCK

public static final String OUT_OF_STOCK

 

Method Detail

getInStock() Method

public boolean getInStock()
Get the value of inStock

Returns

inStock.

getShippingTime() Method

public String getShippingTime()
Get the value of shippingTime

Returns

shippingTime.

getSpecialNotices() Method

public String getSpecialNotices()
Get the value of specialNotices

Returns

specialNotices.

setInStock(boolean) Method

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

Parameters

inStock
inStock to be added

setShippingTime(String) Method

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

Parameters

shippingTime
shippingTime to be added

setSpecialNotices(String) Method

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

Parameters

specialNotices
specialNotices to be added