MutableCatalogItem
, ProductItem
This is the mutable interface for all product items contained by the Catalog. This interface exposes data accessors and mutators for product item data conforming to the Dublin Core Metadata. Refer to the DCM spec for details: Dublin Core Element Set
MutableProductItemImpl
CatalogItem
, ConfigurableEntity
, MutableCatalogItem
, ProductItem
, Serializable
Field Summary |
Fields from interface com.beasys.commerce.ebusiness.catalog. |
|
Fields from interface com.bea.p13n.property. |
|
Fields from interface com.beasys.commerce.ebusiness.catalog. |
|
Method Summary |
public void |
|
public void |
|
public void | |
public void | |
public void | |
public void |
|
public void |
|
public void | |
public void |
|
Methods from interface com.beasys.commerce.ebusiness.catalog. |
|
Methods from interface com.bea.p13n.property. |
|
Methods from interface com.beasys.commerce.ebusiness.catalog. |
|
Methods from interface com.beasys.commerce.ebusiness.catalog. |
|
Method Detail |
public void setAvailability(InventoryInfo
inventoryInfo)
Set the inventory/availability information for the product item.
public void setCurrentPrice(Money
price)
Set the current price for the product item.
public void setFormat(String
format)
Set the format information for the product item.
Name: Format
Identifier: Format
Definition: The physical or digital manifestation of the resource.
Comment: Typically, Format may include the media-type or dimensions of the resource. Format may be used to determine the software, hardware or other equipment needed to display or operate the resource. Examples of dimensions include size and duration. Recommended best practice is to select a value from a controlled vocabulary (for example, the list of Internet Media Types [MIME] defining computer media formats).
public void setJsp(int index,
JspInfo
jspInfo)
Set the JSP information for the product item.
public void setMsrp(Money
price)
Set the MSRP price for the product item.
public void setShippingCode(String
shippingCode)
Set the shipping code for the product item.
public void setTaxCode(String
taxCode)
Set the tax code for the product item. The tax code used
should reference the WLCS tax calculation system currently
being used.
public void setType(String
type)
Set the type information for the product item.
Name: Resource Type
Identifier: Type
Definition: The nature or genre of the content of the resource.
Comment: Type includes terms describing general categories, functions, genres, or aggregation levels for content. Recommended best practice is to select a value from a controlled vocabulary (for example, the working draft list of Dublin Core Types [DCT1]). To describe the physical or digital manifestation of the resource, use the FORMAT element.
public void setVisible(char visible)Set the visiblity mode for this item.