|
Copyright © 2000, 2008, Oracle and/or its affiliates. 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 |
static String |
OUT_OF_STOCK
Deprecated |
| Method Summary | |
|---|---|
boolean |
getInStock()
Deprecated Get the value of inStock |
String |
getShippingTime()
Deprecated Get the value of shippingTime |
String |
getSpecialNotices()
Deprecated Get the value of specialNotices |
void |
setInStock(boolean inStock)
Deprecated Set the value of inStock |
void |
setShippingTime(String shippingTime)
Deprecated Set the value of shippingTime |
void |
setSpecialNotices(String specialNotices)
Deprecated 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 |
|---|
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 © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||