public class PAttributeDescDataBean extends com.ibm.commerce.utf.beansrc.PAttributeDescDataBeanBase implements PAttributeDescInputDataBean, PAttributeDescSmartDataBean, SmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PAttributeDescDataBean()
Constructs PAttributeDescDataBean, initializes fields to null.
|
PAttributeDescDataBean(PAttributeDescAccessBean anAccessBean)
Constructs PAttributeDescDataBean, initializes fields to null.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
findByAttributeAndLang, findByLang, getEntity, getLangId, getLangIdInEntityType, getPattributeId, getPattributeIdInEntityType, getShortDesc, instantiateEntity, setInitKey_langId, setInitKey_langId, setInitKey_pattributeId, setInitKey_pattributeId, setLangId, setLangId, setPattributeId, setPattributeId, setShortDescpublic static final java.lang.String COPYRIGHT
public PAttributeDescDataBean()
public PAttributeDescDataBean(PAttributeDescAccessBean anAccessBean)
anAccessBean - com.ibm.commerce.utf.objects.PAttributeDescAccessBeanECExceptionpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getLanguageId()
getLanguageId in interface PAttributeDescSmartDataBeanpublic java.lang.String getPAttributeId()
getPAttributeId in interface PAttributeDescSmartDataBeanpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception - On any access bean error.public void setCommandContext(CommandContext newCommandContext)
setCommandContext in interface SmartDataBeannewCommandContext - the active command context.public void setLanguageId(java.lang.String newLanguageId)
setLanguageId in interface PAttributeDescInputDataBeannewLanguageId - the relevant langId.public void setPAttributeId(java.lang.String newPAttributeId)
setPAttributeId in interface PAttributeDescInputDataBeannewPAttributeId - the relevant pAttributeId.public void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties in interface InputDataBeannewRequestProperties - com.ibm.commerce.datatype.TypedProperty