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.
|
getDelegate
getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getPolicyAccountLockoutId, getPolicyAccountLockoutIdInEntityType, instantiateEntity, setDescription, setInitKey_iLanguageId, setInitKey_iLanguageId, setInitKey_iPolicyAccountLockoutId, setInitKey_iPolicyAccountLockoutId, setLanguageId, setLanguageId, setPolicyAccountLockoutId, setPolicyAccountLockoutId
public 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 InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyIPolicyAccountLockoutId()
getDataBeanKeyIPolicyAccountLockoutId
in interface com.ibm.commerce.user.beans.PolicyAccountLockoutDescriptionSmartDataBean
public java.lang.String getDataBeanKeyILanguageId()
getDataBeanKeyILanguageId
in interface com.ibm.commerce.user.beans.PolicyAccountLockoutDescriptionSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyIPolicyAccountLockoutId(java.lang.String aIPolicyAccountLockoutId)
setDataBeanKeyIPolicyAccountLockoutId
in interface com.ibm.commerce.user.beans.PolicyAccountLockoutDescriptionInputDataBean
aIPolicyAccountLockoutId
- The policy account lockout ID.public void setDataBeanKeyILanguageId(java.lang.String aILanguageId)
setDataBeanKeyILanguageId
in interface com.ibm.commerce.user.beans.PolicyAccountLockoutDescriptionInputDataBean
aILanguageId
- The language ID.public void populate()
populate
in interface SmartDataBean
java.lang.Exception