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.
|
protected void | setCommandContext(CommandContext aCommandContext)
Sets the command context.
|
void | setItem(ItemDataBean abnItem)
Sets the related Item.
|
public static final java.lang.String COPYRIGHT
public RelatedItemDataBean()
public RelatedItemDataBean(RelatedCatalogEntryAccessBean abRelCatEntry) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
public RelatedItemDataBean(RelatedCatalogEntryAccessBean abRelCatEntry, CommandContext aCommandContext) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
public ItemDataBean getItem() throws javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
protected void setCommandContext(CommandContext aCommandContext)
public void setItem(ItemDataBean abnItem)