public class PolicyAccountDescriptionDataBean
extends com.ibm.commerce.user.beansrc.PolicyAccountDescriptionDataBeanBase
implements com.ibm.commerce.user.beans.PolicyAccountDescriptionInputDataBean, com.ibm.commerce.user.beans.PolicyAccountDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PolicyAccountDescriptionDataBean(java.lang.String aILanguageId,
java.lang.String aIPolicyAccountId)
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 |
getDataBeanKeyIPolicyAccountId()
Gets the key(policy account 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 |
setDataBeanKeyIPolicyAccountId(java.lang.String aIPolicyAccountId)
Sets the key (policy account ID) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegategetDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getPolicyAccountId, getPolicyAccountIdInEntityType, instantiateEntity, setDescription, setInitKey_iLanguageId, setInitKey_iLanguageId, setInitKey_iPolicyAccountId, setInitKey_iPolicyAccountId, setLanguageId, setLanguageId, setPolicyAccountId, setPolicyAccountIdpublic static final java.lang.String COPYRIGHT
public PolicyAccountDescriptionDataBean(java.lang.String aILanguageId,
java.lang.String aIPolicyAccountId)
aILanguageId - The language ID.aIPolicyAccountId - The policy account ID.public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyILanguageId()
getDataBeanKeyILanguageId in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyIPolicyAccountId()
getDataBeanKeyIPolicyAccountId in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyILanguageId(java.lang.String aILanguageId)
setDataBeanKeyILanguageId in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionInputDataBeanaILanguageId - The language ID.public void setDataBeanKeyIPolicyAccountId(java.lang.String aIPolicyAccountId)
setDataBeanKeyIPolicyAccountId in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionInputDataBeanaIPolicyAccountId - The policy account ID.public void populate()
populate in interface SmartDataBeanjava.lang.Exception