public class PolicyAccountLockoutDescriptionDataBean
extends com.ibm.commerce.user.beansrc.PolicyAccountLockoutDescriptionDataBeanBase
implements com.ibm.commerce.user.beans.PolicyAccountLockoutDescriptionInputDataBean, com.ibm.commerce.user.beans.PolicyAccountLockoutDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PolicyAccountLockoutDescriptionDataBean(java.lang.String aIPolicyAccountLockoutId,
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 |
getDataBeanKeyIPolicyAccountLockoutId()
Gets the key (policy account lockout 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 |
setDataBeanKeyIPolicyAccountLockoutId(java.lang.String aIPolicyAccountLockoutId)
Sets the key (policy account lockout ID) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegategetDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getPolicyAccountLockoutId, getPolicyAccountLockoutIdInEntityType, instantiateEntity, setDescription, setInitKey_iLanguageId, setInitKey_iLanguageId, setInitKey_iPolicyAccountLockoutId, setInitKey_iPolicyAccountLockoutId, setLanguageId, setLanguageId, setPolicyAccountLockoutId, setPolicyAccountLockoutIdpublic static final java.lang.String COPYRIGHT
public PolicyAccountLockoutDescriptionDataBean(java.lang.String aIPolicyAccountLockoutId,
java.lang.String aILanguageId)
aIPolicyAccountLockoutId - The policy account lockout 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 getDataBeanKeyIPolicyAccountLockoutId()
getDataBeanKeyIPolicyAccountLockoutId in interface com.ibm.commerce.user.beans.PolicyAccountLockoutDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyILanguageId()
getDataBeanKeyILanguageId in interface com.ibm.commerce.user.beans.PolicyAccountLockoutDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyIPolicyAccountLockoutId(java.lang.String aIPolicyAccountLockoutId)
setDataBeanKeyIPolicyAccountLockoutId in interface com.ibm.commerce.user.beans.PolicyAccountLockoutDescriptionInputDataBeanaIPolicyAccountLockoutId - The policy account lockout ID.public void setDataBeanKeyILanguageId(java.lang.String aILanguageId)
setDataBeanKeyILanguageId in interface com.ibm.commerce.user.beans.PolicyAccountLockoutDescriptionInputDataBeanaILanguageId - The language ID.public void populate()
populate in interface SmartDataBeanjava.lang.Exception