public class PolicyPasswordDescriptionDataBean
extends com.ibm.commerce.user.beansrc.PolicyPasswordDescriptionDataBeanBase
implements com.ibm.commerce.user.beans.PolicyPasswordDescriptionInputDataBean, com.ibm.commerce.user.beans.PolicyPasswordDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PolicyPasswordDescriptionDataBean(java.lang.String aIPolicyPasswordId,
java.lang.String aILanguageId)
Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyILanguageId()
Gets the key (language ID) of this data bean.
|
java.lang.String |
getDataBeanKeyIPolicyPasswordId()
Gets the key (policy password ID) of this data bean.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyILanguageId(java.lang.String aILanguageId)
Sets the key (language ID) of this data bean.
|
void |
setDataBeanKeyIPolicyPasswordId(java.lang.String aIPolicyPasswordId)
Sets the key (policy password ID) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegategetDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getPolicyPasswordId, getPolicyPasswordIdInEntityType, instantiateEntity, setDescription, setInitKey_iLanguageId, setInitKey_iLanguageId, setInitKey_iPolicyPasswordId, setInitKey_iPolicyPasswordId, setLanguageId, setLanguageId, setPolicyPasswordId, setPolicyPasswordIdpublic static final java.lang.String COPYRIGHT
public PolicyPasswordDescriptionDataBean(java.lang.String aIPolicyPasswordId,
java.lang.String aILanguageId)
aIPolicyPasswordId - The policy password ID.aILanguageId - The language ID.public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyIPolicyPasswordId()
getDataBeanKeyIPolicyPasswordId in interface com.ibm.commerce.user.beans.PolicyPasswordDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyILanguageId()
getDataBeanKeyILanguageId in interface com.ibm.commerce.user.beans.PolicyPasswordDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyIPolicyPasswordId(java.lang.String aIPolicyPasswordId)
setDataBeanKeyIPolicyPasswordId in interface com.ibm.commerce.user.beans.PolicyPasswordDescriptionInputDataBeanaIPolicyPasswordId - The policy password ID.public void setDataBeanKeyILanguageId(java.lang.String aILanguageId)
setDataBeanKeyILanguageId in interface com.ibm.commerce.user.beans.PolicyPasswordDescriptionInputDataBeanaILanguageId - The language ID.public void populate()
populate in interface SmartDataBeanjava.lang.Exception