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.
|
emptyString
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.
|
getDelegate
findByPackageAndLanguage, findByPackageReferenceNumber, getAttribute, getAttributeID, getAttributeIDInEntityType, getEntity, getLanguage_id, getLanguage_idInEntityType, getOid, getPackageAttributeReferenceNumber, getPackageReferenceNumber, getPackageReferenceNumberInEntityType, instantiateEntity, setAttributeID, setAttributeID, setInitKey_packageAttributeReferenceNumber, setInitKey_packageAttributeReferenceNumber, setLanguage_id, setLanguage_id, setOid, setPackageReferenceNumber, setPackageReferenceNumber
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
TypedProperty
object.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- The request property as a TypedProperty
.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 getDataBeanKeyPackageAttributeReferenceNumber()
getDataBeanKeyPackageAttributeReferenceNumber
in interface com.ibm.commerce.catalog.beans.PackageAttributeSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
CommandContext
object.public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- The command context as CommandContext
object.public void setDataBeanKeyPackageAttributeReferenceNumber(java.lang.String aPackageAttributeReferenceNumber)
setDataBeanKeyPackageAttributeReferenceNumber
in interface com.ibm.commerce.catalog.beans.PackageAttributeInputDataBean
aPackageAttributeReferenceNumber
- The reference number for the package attribute.public void populate()
populate
in interface SmartDataBean
java.lang.Exception
- An exception occurs during the execution of the method.