java.lang.ObjectPAttrProdDataBeanBase
com.ibm.commerce.utf.beans.PAttrProdDataBean
Interfaces to the data members of the PAttrProdAccessBean.
Field Summary | |
static java.lang.String | COPYRIGHT |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
PAttrProdDataBean() Constructs PAttrProdDataBean, initializes fields to null. |
|
PAttrProdDataBean(PAttrProdAccessBean anAccessBean) Constructs PAttrProdDataBean, initializes fields to null. |
Method Summary | |
CommandContext | getCommandContext() Gets the active commandContext. |
java.lang.String | getPAttrProdAttributeId() Gets the attributeId. |
java.lang.String | getPAttrProdCatentryId() Gets the catentryId. |
TypedProperty | getRequestProperties() Returns the request parameters as a TypedProperty. |
void | populate() Fetches field values from the access bean. |
void | setCommandContext(CommandContext newCommandContext) Sets the active commandContext. |
void | setPAttrProdAttributeId(java.lang.String newPAttrProdAttributeId) Sets the pAttrProdAttributeId field and uses it to set the attributeId key field of the access bean. |
void | setPAttrProdCatentryId(java.lang.String newPAttrProdCatentryId) Sets the pAttrProdCatentryId field and uses it to set the catentryId key field of the access bean. |
void | setRequestProperties(TypedProperty newRequestProperties) Copies the TypedProperty input parameters. |
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 PAttrProdDataBean()
public PAttrProdDataBean(PAttrProdAccessBean anAccessBean) throws java.lang.Exception
Method Detail |
public CommandContext getCommandContext()
public java.lang.String getPAttrProdAttributeId()
public java.lang.String getPAttrProdCatentryId()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext newCommandContext)
public void setPAttrProdAttributeId(java.lang.String newPAttrProdAttributeId)
public void setPAttrProdCatentryId(java.lang.String newPAttrProdCatentryId)
public void setRequestProperties(TypedProperty newRequestProperties)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.