public class RelatedItemDataBean extends RelatedCatalogEntryAccessBean implements com.ibm.commerce.catalog.beans.RelatedItemInputDataBean, com.ibm.commerce.catalog.beans.RelatedItemSmartDataBean
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 |
|---|
RelatedItemDataBean()
Creates an empty
RelatedItemDataBean. |
RelatedItemDataBean(RelatedCatalogEntryAccessBean abRelCatEntry)
Creates a
RelatedItemDataBean from a RelatedCatalogEntryAccessBean. |
RelatedItemDataBean(RelatedCatalogEntryAccessBean abRelCatEntry,
CommandContext aCommandContext)
Creates a
RelatedItemDataBean from a RelatedCatalogEntryAccessBean and a command context. |
| Modifier and Type | Method and Description |
|---|---|
ItemDataBean |
getItem()
Returns a bean that represents the related Item.
|
void |
setItem(ItemDataBean abnItem)
Sets the related Item.
|
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 RelatedItemDataBean()
RelatedItemDataBean.public RelatedItemDataBean(RelatedCatalogEntryAccessBean abRelCatEntry)
RelatedItemDataBean from a RelatedCatalogEntryAccessBean.abRelCatEntry - the related catalog entry access bean.public RelatedItemDataBean(RelatedCatalogEntryAccessBean abRelCatEntry, CommandContext aCommandContext)
RelatedItemDataBean from a RelatedCatalogEntryAccessBean and a command context.abRelCatEntry - the related catalog entry access bean.aCommandContext - the command context.public ItemDataBean getItem()
getItem in interface com.ibm.commerce.catalog.beans.RelatedItemSmartDataBeanpublic void setItem(ItemDataBean abnItem)
setItem in interface com.ibm.commerce.catalog.beans.RelatedItemInputDataBeanabnItem - the related Item.