java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.catalog.objects.RelatedCatalogGroupAccessBean
com.ibm.commerce.catalog.beans.RelatedCategoryDataBean
This bean represents a related Category.
Field Summary | |
static java.lang.String | COPYRIGHT The internal copyright field. |
Constructor Summary | |
RelatedCategoryDataBean() Creates an empty RelatedCategoryDataBean. |
|
RelatedCategoryDataBean(RelatedCatalogGroupAccessBean abRelCatGroup) Creates a RelatedCategoryDataBean from a RelatedCatalogGroupAccessBean. |
|
RelatedCategoryDataBean(RelatedCatalogGroupAccessBean abRelCatGroup, CommandContext aCommandContext) Creates a RelatedCategoryDataBean from a RelatedCatalogGroupAccessBean and a CommandContext. |
Method Summary | |
CategoryDataBean | getCategory() Returns a bean that represents the related Category. |
void | setCategory(CategoryDataBean abnCategory) Sets the related Category. |
protected void | setCommandContext(CommandContext aCommandContext) Sets the command context passed in at run time. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public RelatedCategoryDataBean()
public RelatedCategoryDataBean(RelatedCatalogGroupAccessBean abRelCatGroup) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
public RelatedCategoryDataBean(RelatedCatalogGroupAccessBean abRelCatGroup, CommandContext aCommandContext) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
Method Detail |
public CategoryDataBean getCategory() throws javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
public void setCategory(CategoryDataBean abnCategory)
protected void setCommandContext(CommandContext aCommandContext)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.