InventoryInfo Interface
- public interface InventoryInfo
extends Belonging
The InventoryInfo class is used to track simple
inventory information for product items.
Attribute: shippingTime
- Containment: By Value
- Multiplicity: 1:1
Attribute: inStock
- Containment: By Value
- Multiplicity: 1:1
Attribute: specialNotices
- Containment: By Value
- Multiplicity: 1:1
Related Topics
InventoryInfoHome
InventoryInfoImpl
-
All Known Implementing Classes
-
InventoryInfoImpl
-
All Superinterfaces
-
Belonging
, BusinessSmartComponent
, Cloneable
, Comparable
, Serializable
IN_STOCK
public static final String
IN_STOCK
OUT_OF_STOCK
public static final String
OUT_OF_STOCK
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