java.lang.Object | +--com.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
abRelCatGroup
- the RelatedCatalogGroupAccessBeanpublic RelatedCategoryDataBean(RelatedCatalogGroupAccessBean abRelCatGroup, CommandContext aCommandContext) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
abRelCatGroup
- the RelatedCatalogGroupAccessBeanaCommandContext
- the command contextMethod Detail |
---|
public CategoryDataBean getCategory() throws javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
public void setCategory(CategoryDataBean abnCategory)
abnCategory
- the related category beanprotected void setCommandContext(CommandContext aCommandContext)
aCommandContext
- the command context