|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.ebusiness.catalog.MutableCatalogItemImpl | +--com.beasys.commerce.ebusiness.catalog.MutableProductItemImpl
This is the implentation class for all mutable product items contained by the Catalog. This class exposes data accessors and mutators for product item data conforming to the Dublin Core Metadata. Refer to the DCM spec for details.
Method Summary | |
InventoryInfo |
getAvailability()
Gets the availibility for a product item |
Money |
getCurrentPrice()
Gets the current price for a product item |
java.lang.String |
getFormat()
Gets the format for a product item |
JspInfo |
getJsp(int index)
Gets the JSP for a product item |
Money |
getMsrp()
Gets the MSRP for a product item |
java.lang.String |
getShippingCode()
Gets the shipping code for a product item |
java.lang.String |
getTaxCode()
Gets the tax code for a product item |
java.lang.String |
getType()
Gets the type for a product item |
char |
getVisible()
Gets the visilbity code for a product item |
void |
setAvailability(InventoryInfo inventoryInfo)
Sets the availibility for a product item |
void |
setCurrentPrice(Money price)
Sets the current price for a product item |
void |
setFormat(java.lang.String format)
Sets the format for a product item |
void |
setJsp(int index,
JspInfo jspInfo)
Sets the JSP for a product item |
void |
setMsrp(Money price)
Sets the MSRP for a product item |
void |
setShippingCode(java.lang.String shippingCode)
Sets the shipping code for a product item |
void |
setTaxCode(java.lang.String taxCode)
Sets the tax code for a product item |
void |
setType(java.lang.String type)
Sets the type for a product item |
void |
setVisible(char visible)
Sets the visilbity code for a product item |
java.lang.String |
toString()
Builds a string representation of this object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Method Detail |
public JspInfo getJsp(int index)
index
- the JSP to retrieve, should be either SUMMARY_DISPLAY_JSP_INDEX or DETAILED_DISPLAY_JSP_INDEXpublic void setJsp(int index, JspInfo jspInfo)
index
- the JSP to set, should be either SUMMARY_DISPLAY_JSP_INDEX or DETAILED_DISPLAY_JSP_INDEXjspInfo
- the new JspInfo object for the JSPpublic java.lang.String getFormat()
public void setFormat(java.lang.String format)
format
- the new format for the product itempublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the new type for the product itempublic java.lang.String getTaxCode()
public void setTaxCode(java.lang.String taxCode)
taxCode
- the new tax code for the product itempublic java.lang.String getShippingCode()
public void setShippingCode(java.lang.String shippingCode)
shippingCode
- the new shipping code for the product itempublic Money getMsrp()
public void setMsrp(Money price)
price
- the new Msrp for the product itempublic Money getCurrentPrice()
public void setCurrentPrice(Money price)
price
- the current price for the product itempublic InventoryInfo getAvailability()
public void setAvailability(InventoryInfo inventoryInfo)
inventoryInfo
- the new availability for the product itempublic char getVisible()
public void setVisible(char visible)
visible
- the new visiblity code for the product itempublic java.lang.String toString()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |