java.lang.ObjectPAttributeDescDataBeanBase
com.ibm.commerce.utf.beans.PAttributeDescDataBean
Interfaces to the data members of the PAttributeDescAccessBean.
Field Summary | |
static java.lang.String | COPYRIGHT |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
PAttributeDescDataBean() Constructs PAttributeDescDataBean, initializes fields to null. |
|
PAttributeDescDataBean(PAttributeDescAccessBean anAccessBean) Constructs PAttributeDescDataBean, initializes fields to null. |
Method Summary | |
CommandContext | getCommandContext() Gets the active commandContext. |
java.lang.String | getLanguageId() Gets the languageId. |
java.lang.String | getPAttributeId() Gets the pAttributeId. |
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 | setLanguageId(java.lang.String newLanguageId) Sets the languageId field and uses it to set the langId key field of the access bean. |
void | setPAttributeId(java.lang.String newPAttributeId) Sets the pAttributeId field and uses it to set the pAttributeId 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 PAttributeDescDataBean()
public PAttributeDescDataBean(PAttributeDescAccessBean anAccessBean) throws java.lang.Exception
Method Detail |
public CommandContext getCommandContext()
public java.lang.String getLanguageId()
public java.lang.String getPAttributeId()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext newCommandContext)
public void setLanguageId(java.lang.String newLanguageId)
public void setPAttributeId(java.lang.String newPAttributeId)
public void setRequestProperties(TypedProperty newRequestProperties)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.