java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CatalogEntryAccessBean | +--com.ibm.commerce.catalog.beans.CatalogEntryDataBean | +--com.ibm.commerce.marketing.beans.EMarketingSpot.AssociateCatalogEntry
Extends CatalogEntryDataBean
to provide a class that also
contains information about the intitiative that recommended the associated
item.
Field Summary |
---|
Fields inherited from class com.ibm.commerce.catalog.beans. CatalogEntryDataBean |
COPYRIGHT |
Constructor Summary | |
---|---|
EMarketingSpot.AssociateCatalogEntry() |
Method Summary | |
---|---|
java.math.BigDecimal |
getAssociationRank() Gets the association rank of this catalog entry. |
java.lang.Integer |
getInitiativeId() Gets the initiative ID. |
void |
setAssociationRank(java.math.BigDecimal associationRank) Sets the association rank of this catalog entry. |
void |
setInitiativeId(java.lang.Integer initiativeId) Sets the initiative ID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public EMarketingSpot.AssociateCatalogEntry()
Method Detail |
---|
public java.math.BigDecimal getAssociationRank()
public java.lang.Integer getInitiativeId()
public void setAssociationRank(java.math.BigDecimal associationRank)
associationRank
- The association rank.public void setInitiativeId(java.lang.Integer initiativeId)
initiativeId
- The initiative ID.