|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.ebusiness.catalog.MutableCatalogItemImpl
com.beasys.commerce.ebusiness.catalog.MutableProductItemImpl
@Deprecated public class 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.
| Field Summary |
|---|
| Fields inherited from interface com.beasys.commerce.ebusiness.catalog.ProductItem |
|---|
DETAILED_DISPLAY_JSP_INDEX, INVISIBLE_ITEM, MAX_JSP, SUMMARY_DISPLAY_JSP_INDEX, VISIBLE_ITEM |
| Fields inherited from interface com.beasys.commerce.ebusiness.catalog.CatalogItem |
|---|
LARGE_IMAGE_INDEX, LONG_DESCRIPTION_INDEX, MAX_DESCRIPTION, MAX_IMAGES, SHORT_DESCRIPTION_INDEX, SMALL_IMAGE_INDEX |
| Fields inherited from interface com.bea.p13n.property.ConfigurableEntity |
|---|
RESERVED_PROPERTY_SET |
| Fields inherited from interface com.beasys.commerce.ebusiness.catalog.CatalogItem |
|---|
LARGE_IMAGE_INDEX, LONG_DESCRIPTION_INDEX, MAX_DESCRIPTION, MAX_IMAGES, SHORT_DESCRIPTION_INDEX, SMALL_IMAGE_INDEX |
| Fields inherited from interface com.bea.p13n.property.ConfigurableEntity |
|---|
RESERVED_PROPERTY_SET |
| Method Summary | |
|---|---|
InventoryInfo |
getAvailability()
Deprecated See BEA Commerce product offering |
Money |
getCurrentPrice()
Deprecated See BEA Commerce product offering |
String |
getFormat()
Deprecated See BEA Commerce product offering |
JspInfo |
getJsp(int index)
Deprecated See BEA Commerce product offering |
Money |
getMsrp()
Deprecated See BEA Commerce product offering |
String |
getShippingCode()
Deprecated See BEA Commerce product offering |
String |
getTaxCode()
Deprecated See BEA Commerce product offering |
String |
getType()
Deprecated See BEA Commerce product offering |
char |
getVisible()
Deprecated See BEA Commerce product offering |
void |
setAvailability(InventoryInfo inventoryInfo)
Deprecated See BEA Commerce product offering |
void |
setCurrentPrice(Money price)
Deprecated See BEA Commerce product offering |
void |
setFormat(String format)
Deprecated See BEA Commerce product offering |
void |
setJsp(int index,
JspInfo jspInfo)
Deprecated See BEA Commerce product offering |
void |
setMsrp(Money price)
Deprecated See BEA Commerce product offering |
void |
setShippingCode(String shippingCode)
Deprecated See BEA Commerce product offering |
void |
setTaxCode(String taxCode)
Deprecated See BEA Commerce product offering |
void |
setType(String type)
Deprecated See BEA Commerce product offering |
void |
setVisible(char visible)
Deprecated See BEA Commerce product offering |
String |
toString()
Deprecated See BEA Commerce product offering |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.beasys.commerce.ebusiness.catalog.CatalogItem |
|---|
getContributor, getCoverage, getCreationDate, getCreator, getDescription, getImage, getKey, getLanguage, getModifiedDate, getName, getPublisher, getRelation, getRights, getSource |
| Methods inherited from interface com.bea.p13n.property.ConfigurableEntity |
|---|
getJndiName, getPkString, getProperty, getPropertyAsString, getPropertyNoDefault, getUniqueId, removeProperty, setProperty |
| Methods inherited from interface com.beasys.commerce.ebusiness.catalog.MutableCatalogItem |
|---|
setContributor, setCoverage, setCreationDate, setCreator, setDescription, setImage, setLanguage, setModifiedDate, setName, setPublisher, setRelation, setRights, setSource |
| Methods inherited from interface com.beasys.commerce.ebusiness.catalog.CatalogItem |
|---|
getContributor, getCoverage, getCreationDate, getCreator, getDescription, getImage, getKey, getLanguage, getModifiedDate, getName, getPublisher, getRelation, getRights, getSource |
| Methods inherited from interface com.bea.p13n.property.ConfigurableEntity |
|---|
getJndiName, getPkString, getProperty, getPropertyAsString, getPropertyNoDefault, getUniqueId, removeProperty, setProperty |
| Method Detail |
|---|
public JspInfo getJsp(int index)
getJsp in interface ProductItemindex - the JSP to retrieve, should be either SUMMARY_DISPLAY_JSP_INDEX or DETAILED_DISPLAY_JSP_INDEX
public void setJsp(int index,
JspInfo jspInfo)
setJsp in interface MutableProductItemindex - the JSP to set, should be either SUMMARY_DISPLAY_JSP_INDEX or DETAILED_DISPLAY_JSP_INDEXjspInfo - the new JspInfo object for the JSPpublic String getFormat()
getFormat in interface ProductItempublic void setFormat(String format)
setFormat in interface MutableProductItemformat - the new format for the product itempublic String getType()
getType in interface ProductItempublic void setType(String type)
setType in interface MutableProductItemtype - the new type for the product itempublic String getTaxCode()
getTaxCode in interface ProductItempublic void setTaxCode(String taxCode)
setTaxCode in interface MutableProductItemtaxCode - the new tax code for the product itempublic String getShippingCode()
getShippingCode in interface ProductItempublic void setShippingCode(String shippingCode)
setShippingCode in interface MutableProductItemshippingCode - the new shipping code for the product itempublic Money getMsrp()
getMsrp in interface ProductItempublic void setMsrp(Money price)
setMsrp in interface MutableProductItemprice - the new Msrp for the product itempublic Money getCurrentPrice()
getCurrentPrice in interface ProductItempublic void setCurrentPrice(Money price)
setCurrentPrice in interface MutableProductItemprice - the current price for the product itempublic InventoryInfo getAvailability()
getAvailability in interface ProductItempublic void setAvailability(InventoryInfo inventoryInfo)
setAvailability in interface MutableProductIteminventoryInfo - the new availability for the product itempublic char getVisible()
getVisible in interface ProductItempublic void setVisible(char visible)
setVisible in interface MutableProductItemvisible - the new visiblity code for the product itempublic String toString()
toString in class MutableCatalogItemImpl
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||