public class RelatedProductDataBean extends RelatedCatalogEntryAccessBean implements com.ibm.commerce.catalog.beans.RelatedProductInputDataBean, com.ibm.commerce.catalog.beans.RelatedProductSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
| Constructor and Description |
|---|
RelatedProductDataBean()
Creates an empty
RelatedProductDataBean. |
RelatedProductDataBean(RelatedCatalogEntryAccessBean abRelCatEntry)
Creates a
RelatedProductDataBean from a RelatedCatalogEntryAccessBean. |
RelatedProductDataBean(RelatedCatalogEntryAccessBean abRelCatEntry,
CommandContext aCommandContext)
Creates a
RelatedProductDataBean from a RelatedCatalogEntryAccessBean and a command context. |
| Modifier and Type | Method and Description |
|---|---|
ProductDataBean |
getProduct()
Returns a bean that represents the related Product.
|
void |
setProduct(ProductDataBean abnProduct)
Sets the related Product.
|
findAllSourceCatalogEntries, findAllTargetCatalogEntries, findByCatalogEntryAccessories, findByCatalogEntryAccessories, findByCatalogEntryAccessoriesAndStore, findByCatalogEntryAccessoriesAndStore, findByCatalogEntryAccessory, findByCatalogEntryAccessoryAndStore, findByCatalogEntryAccessoryAndStoreNoCache, findByCatalogEntryAccessoryWithSemantic, findByCatalogEntryAccessoryWithSemanticAndStore, findByCatalogEntryAndAllMAssocTypesAndStore, findByCatalogEntryAndMAssocTypeAndStore, findByCatalogEntryAndMAssocTypeAndStore, findByCatalogEntryAndMAssocTypeAndStore, findByCatalogEntryAndMAssocTypeAndStoreNoCache, findByCatalogEntryAndStore, findByCatalogEntryCrossSell, findByCatalogEntryCrossSellAndStore, findByCatalogEntryCrossSellAndStoreNoCache, findByCatalogEntryCrossSells, findByCatalogEntryCrossSells, findByCatalogEntryCrossSellsAndStore, findByCatalogEntryCrossSellsAndStore, findByCatalogEntryCrossSellWithSemantic, findByCatalogEntryCrossSellWithSemanticAndStore, findByCatalogEntryUpSell, findByCatalogEntryUpSellAndStore, findByCatalogEntryUpSellAndStoreNoCache, findByCatalogEntryUpSells, findByCatalogEntryUpSells, findByCatalogEntryUpSellsAndStore, findByCatalogEntryUpSellsAndStore, findByCatalogEntryUpSellWithSemantic, findByCatalogEntryUpSellWithSemanticAndStore, findByCatalogEntryWithSemanticAndMAssocTypeAndStore, findWithPushDownQuery, getAssociationReferenceNumber, getAssociationType, getDate1, getEntity, getField1, getField2, getField2InEntityType, getField3, getField3InEntityType, getFromCatalogEntryReferenceNumber, getFromCatalogEntryReferenceNumberInEntityType, getGroupName, getOid, getQuantity, getQuantityInEntityType, getRank, getRankInEntityType, getRelatedCatalogEntry, getRule, getSemanticSpecifier, getStoreId, getToCatalogEntryReferenceNumber, getToCatalogEntryReferenceNumberInEntityType, instantiateEntity, setAssociationReferenceNumber, setAssociationType, setDate1, setField1, setField2, setField2, setField3, setField3, setFromCatalogEntryReferenceNumber, setFromCatalogEntryReferenceNumber, setGroupName, setInitKey_associationReferenceNumber, setInitKey_associationReferenceNumber, setOid, setQuantity, setQuantity, setRank, setRank, setRule, setSemanticSpecifier, setStoreId, setToCatalogEntryReferenceNumber, setToCatalogEntryReferenceNumberpublic static final java.lang.String COPYRIGHT
public RelatedProductDataBean()
RelatedProductDataBean.public RelatedProductDataBean(RelatedCatalogEntryAccessBean abRelCatEntry)
RelatedProductDataBean from a RelatedCatalogEntryAccessBean.abRelCatEntry - the related catalog entry,public RelatedProductDataBean(RelatedCatalogEntryAccessBean abRelCatEntry, CommandContext aCommandContext)
RelatedProductDataBean from a RelatedCatalogEntryAccessBean and a command context.abRelCatEntry - the catalog entry access bean.aCommandContext - the command context.public ProductDataBean getProduct()
getProduct in interface com.ibm.commerce.catalog.beans.RelatedProductSmartDataBeanpublic void setProduct(ProductDataBean abnProduct)
setProduct in interface com.ibm.commerce.catalog.beans.RelatedProductInputDataBeanabnProduct - the related Product.