public class PackageAttributeDataBean
extends com.ibm.commerce.catalog.beansrc.PackageAttributeDataBeanBase
implements com.ibm.commerce.catalog.beans.PackageAttributeInputDataBean, com.ibm.commerce.catalog.beans.PackageAttributeSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: PackageAttribute
Mandatory Parameters (for single row retrieval):
Some hints and tips for using this data bean are:
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyPackageAttributeReferenceNumber |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
PackageAttributeDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
Gets the command context set within this bean.
|
java.lang.String | getDataBeanKeyPackageAttributeReferenceNumber()
Gets the reference number of the package attribute.
|
TypedProperty | getRequestProperties()
Gets the request property set within this bean.
|
void | populate()
Populates the bean by retrieving data from the database.
|
void | setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void | setDataBeanKeyPackageAttributeReferenceNumber(java.lang.String aPackageAttributeReferenceNumber)
Sets the reference number of the package attribute.
|
void | setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyPackageAttributeReferenceNumber
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public java.lang.String getDataBeanKeyPackageAttributeReferenceNumber()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyPackageAttributeReferenceNumber(java.lang.String aPackageAttributeReferenceNumber)
public void populate() throws java.lang.Exception