public class LanguageDescriptionDataBean extends LanguageDescriptionDataBeanBase implements LanguageDescriptionInputDataBean, LanguageDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
| Constructor and Description |
|---|
LanguageDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyDescriptionLanguageId()
Returns DescriptionLanguageId
|
java.lang.String |
getDataBeanKeyLanguageId()
Returns LanguageId
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyDescriptionLanguageId(java.lang.String aDescriptionLanguageId)
Sets DescriptionLanguageId
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets LanguageId
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegategetDescription, getDescriptionLanguageId, getDescriptionLanguageIdInEntityType, getEntity, getLanguageId, getLanguageIdInEntityType, instantiateEntity, setDescription, setDescriptionLanguageId, setDescriptionLanguageId, setInitKey_descriptionLanguageId, setInitKey_descriptionLanguageId, setInitKey_languageId, setInitKey_languageId, setLanguageId, setLanguageIdpublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyDescriptionLanguageId()
getDataBeanKeyDescriptionLanguageId in interface LanguageDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface LanguageDescriptionSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.Exceptionpublic void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyDescriptionLanguageId(java.lang.String aDescriptionLanguageId)
setDataBeanKeyDescriptionLanguageId in interface LanguageDescriptionInputDataBeanaDescriptionLanguageId - java.lang.Stringpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface LanguageDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty -