|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The InventoryInfo class is used to track simple inventory information for product items. Attribute: shippingTime
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 |
public static final String IN_STOCK
public static final String OUT_OF_STOCK
| Method Detail |
public boolean getInStock()
public String getShippingTime()
public String getSpecialNotices()
public void setInStock(boolean inStock)
inStock - inStock to be addedpublic void setShippingTime(String shippingTime)
shippingTime - shippingTime to be addedpublic void setSpecialNotices(String specialNotices)
specialNotices - specialNotices to be added
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||