java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean | +--com.ibm.commerce.catalog.beans.RelatedPackageDataBean
This bean represents a related Package.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The internal copyright field. |
Constructor Summary | |
---|---|
RelatedPackageDataBean() Creates an empty RelatedPackageDataBean . | |
RelatedPackageDataBean(
RelatedCatalogEntryAccessBean abRelCatEntry) Creates a RelatedPackageDataBean from a
RelatedCatalogEntryAccessBean . | |
RelatedPackageDataBean(
RelatedCatalogEntryAccessBean abRelCatEntry,
CommandContext aCommandContext) Creates a RelatedPackageDataBean from a
RelatedCatalogEntryAccessBean and a command
context. |
Method Summary | |
---|---|
PackageDataBean |
getPackage() Returns a bean that represents the related Package. |
protected
void |
setCommandContext(
CommandContext aCommandContext) Sets the command context. |
void |
setPackage(
PackageDataBean abnPackage) Sets the related Package. |
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 RelatedPackageDataBean()
RelatedPackageDataBean
.
public RelatedPackageDataBean(RelatedCatalogEntryAccessBean abRelCatEntry) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
RelatedPackageDataBean
from a
RelatedCatalogEntryAccessBean
.
abRelCatEntry
- the related catalog entry access bean.java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public RelatedPackageDataBean(RelatedCatalogEntryAccessBean abRelCatEntry, CommandContext aCommandContext) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
RelatedPackageDataBean
from a
RelatedCatalogEntryAccessBean
and a command context.
abRelCatEntry
- the related catalog entry,aCommandContext
- the command context.java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
Method Detail |
---|
public PackageDataBean getPackage() throws javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
protected void setCommandContext(CommandContext aCommandContext)
aCommandContext
- the command context.public void setPackage(PackageDataBean abnPackage)
abnPackage
- the related Package.