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.
|
getDelegate
getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getPolicyAccountId, getPolicyAccountIdInEntityType, instantiateEntity, setDescription, setInitKey_iLanguageId, setInitKey_iLanguageId, setInitKey_iPolicyAccountId, setInitKey_iPolicyAccountId, setLanguageId, setLanguageId, setPolicyAccountId, setPolicyAccountId
public 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 InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyILanguageId()
getDataBeanKeyILanguageId
in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionSmartDataBean
public java.lang.String getDataBeanKeyIPolicyAccountId()
getDataBeanKeyIPolicyAccountId
in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyILanguageId(java.lang.String aILanguageId)
setDataBeanKeyILanguageId
in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionInputDataBean
aILanguageId
- The language ID.public void setDataBeanKeyIPolicyAccountId(java.lang.String aIPolicyAccountId)
setDataBeanKeyIPolicyAccountId
in interface com.ibm.commerce.user.beans.PolicyAccountDescriptionInputDataBean
aIPolicyAccountId
- The policy account ID.public void populate()
populate
in interface SmartDataBean
java.lang.Exception