java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CompositeCatalogEntryAccessBean | +--com.ibm.commerce.catalog.beans.CompositePackageDataBean
This bean represents a composite Package.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The internal copyright field. |
Constructor Summary | |
---|---|
CompositePackageDataBean() Constructs an empty CompositePackageDataBean . | |
CompositePackageDataBean(
CompositeCatalogEntryAccessBean abCompCatEntry) Constructs a CompositePackageDataBean from a
CompositeCatalogEntryAccessBean . | |
CompositePackageDataBean(
CompositeCatalogEntryAccessBean abCompCatEntry,
CommandContext aCommandContext) Constructs a CompositePackageDataBean from a
CompositeCatalogEntryAccessBean and a command
context. |
Method Summary | |
---|---|
PackageDataBean |
getPackage() Gets a bean that represents the composed package. |
java.lang.String |
getQuantity() Gets the quantity of composite packages. |
protected
void |
setCommandContext(
CommandContext aCommandContext) Sets the command context passed in at run time. |
void |
setPackage(
PackageDataBean abnPackage) Sets the composed 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 CompositePackageDataBean()
CompositePackageDataBean
.
public CompositePackageDataBean(CompositeCatalogEntryAccessBean abCompCatEntry) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
CompositePackageDataBean
from a
CompositeCatalogEntryAccessBean
.
abCompCatEntry
- The
CompositeCatalogEntryAccessBean
.CreateException
- In the execution of the method, a create
exception occurs.FinderException
- In the execution of the method, a finder
exception occurs.NamingException
- In the execution of the method, a naming
exception occurs.RemoteException
- In the execution of the method, a remote
exception occurs.public CompositePackageDataBean(CompositeCatalogEntryAccessBean abCompCatEntry, CommandContext aCommandContext) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException
CompositePackageDataBean
from a
CompositeCatalogEntryAccessBean
and a command context.
abCompCatEntry
- The
CompositeCatalogEntryAccessBean
.aCommandContext
- The command context as
CommandContext
object.CreateException
- In the execution of the method, a create
exception occurs.FinderException
- In the execution of the method, a finder
exception occurs.NamingException
- In the execution of the method, a naming
exception occurs.RemoteException
- In the execution of the method, a remote
exception occurs.Method Detail |
---|
public PackageDataBean getPackage() throws javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
PackageDataBean
.CreateException
- In the execution of the method, a create
exception occurs.FinderException
- In the execution of the method, a finder
exception occurs.NamingException
- In the execution of the method, a naming
exception occurs.RemoteException
- In the execution of the method, a remote
exception occurs.public java.lang.String getQuantity() throws javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
getQuantity
in interface
CompositeCatalogEntryAccessBeanData
getQuantity
in class
CompositeCatalogEntryAccessBean
CreateException
- In the execution of the method, a create
exception occurs.FinderException
- In the execution of the method, a finder
exception occurs.NamingException
- In the execution of the method, a naming
exception occurs.RemoteException
- In the execution of the method, a remote
exception occurs.javax.naming.NamingException
java.rmi.RemoteException
protected void setCommandContext(CommandContext aCommandContext)
aCommandContext
- The command context as
CommandContext
object.public void setPackage(PackageDataBean abnPackage)
abnPackage
- The
PackageDataBean
.