|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 java.lang.String |
IN_STOCK
|
static java.lang.String |
OUT_OF_STOCK
|
Method Summary | |
boolean |
getInStock()
Get the value of inStock |
java.lang.String |
getShippingTime()
Get the value of shippingTime |
java.lang.String |
getSpecialNotices()
Get the value of specialNotices |
void |
setInStock(boolean inStock)
Set the value of inStock |
void |
setShippingTime(java.lang.String shippingTime)
Set the value of shippingTime |
void |
setSpecialNotices(java.lang.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 java.lang.String IN_STOCK
public static final java.lang.String OUT_OF_STOCK
Method Detail |
public java.lang.String getShippingTime()
public void setShippingTime(java.lang.String shippingTime)
shippingTime
- shippingTime to be addedpublic boolean getInStock()
public void setInStock(boolean inStock)
inStock
- inStock to be addedpublic java.lang.String getSpecialNotices()
public void setSpecialNotices(java.lang.String specialNotices)
specialNotices
- specialNotices to be added
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |