|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface InventoryInfo
The InventoryInfo class is used to track simple inventory information for product items. Attribute: shippingTime
InventoryInfoHome,
InventoryInfoImpl| Field Summary | |
|---|---|
static String |
IN_STOCK
Deprecated See BEA Commerce product offering |
static String |
OUT_OF_STOCK
Deprecated See BEA Commerce product offering |
| Method Summary | |
|---|---|
boolean |
getInStock()
Deprecated See BEA Commerce product offering |
String |
getShippingTime()
Deprecated See BEA Commerce product offering |
String |
getSpecialNotices()
Deprecated See BEA Commerce product offering |
void |
setInStock(boolean inStock)
Deprecated See BEA Commerce product offering |
void |
setShippingTime(String shippingTime)
Deprecated See BEA Commerce product offering |
void |
setSpecialNotices(String specialNotices)
Deprecated See BEA Commerce product offering |
| Methods inherited from interface com.beasys.commerce.foundation.Belonging |
|---|
clone, equals, interfaceName, setByValue, value |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
static final String IN_STOCK
static final String OUT_OF_STOCK
| Method Detail |
|---|
String getShippingTime()
void setShippingTime(String shippingTime)
shippingTime - shippingTime to be addedboolean getInStock()
void setInStock(boolean inStock)
inStock - inStock to be addedString getSpecialNotices()
void setSpecialNotices(String specialNotices)
specialNotices - specialNotices to be added
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||