|
© 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.CatalogItemImpl | +--com.beasys.commerce.ebusiness.catalog.ProductItemImpl
This is the implementation class for all product items contained by the Catalog. This class exposes data accessors for product item data conforming to the Dublin Core Metadata. Refer to the DCM spec for details: Dublin Core Element Set
Fields inherited from class com.beasys.commerce.ebusiness.catalog.CatalogItemImpl |
delegateItem |
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 |
java.lang.String |
toString()
Builds a string representation of this object. |
Methods inherited from class com.beasys.commerce.ebusiness.catalog.CatalogItemImpl |
addBusinessPolicy,
addPropertyValue,
addPropertyValueMapped,
getBusinessPolicy,
getContributor,
getCoverage,
getCreationDate,
getCreator,
getDescription,
getImage,
getJndiName,
getKey,
getLanguage,
getModifiedDate,
getName,
getPkString,
getProperty,
getProperty,
getProperty,
getPropertyAsString,
getPropertyAsString,
getPropertyDefault,
getPropertyNoDefault,
getPropertyNoDefault,
getPublisher,
getRelation,
getRights,
getSource,
getSuccessor,
getUniqueId,
removeBusinessPolicy,
removeProperty,
removeProperty,
removePropertyValue,
removePropertyValueMapped,
removeSuccessor,
setProperty,
setProperty,
setSuccessor |
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 java.lang.String getFormat()
public java.lang.String getType()
public java.lang.String getTaxCode()
public java.lang.String getShippingCode()
public Money getMsrp()
public Money getCurrentPrice()
public InventoryInfo getAvailability()
public char getVisible()
public java.lang.String toString()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |