public class ReturnDenyReasonDescriptionDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnDenyReasonDescriptionDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.ReturnDenyReasonDescriptionInputDataBean, com.ibm.commerce.ordermanagement.beans.ReturnDenyReasonDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnDenyReasonDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns LanguageId.
|
java.lang.String |
getDataBeanKeyRtnDnyRsnId()
This method returns RtnDnyRsnId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the ReturnDenyReasonDescriptionDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets LanguageId.
|
void |
setDataBeanKeyRtnDnyRsnId(java.lang.String aRtnDnyRsnId)
This method sets RtnDnyRsnId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegategetDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getRtnDnyRsnId, getRtnDnyRsnIdInEntityType, instantiateEntity, setDescription, setInitKey_languageId, setInitKey_languageId, setInitKey_rtnDnyRsnId, setInitKey_rtnDnyRsnId, setLanguageId, setLanguageId, setRtnDnyRsnId, setRtnDnyRsnIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.ordermanagement.beans.ReturnDenyReasonDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyRtnDnyRsnId()
getDataBeanKeyRtnDnyRsnId in interface com.ibm.commerce.ordermanagement.beans.ReturnDenyReasonDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.ordermanagement.beans.ReturnDenyReasonDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyRtnDnyRsnId(java.lang.String aRtnDnyRsnId)
setDataBeanKeyRtnDnyRsnId in interface com.ibm.commerce.ordermanagement.beans.ReturnDenyReasonDescriptionInputDataBeanaRtnDnyRsnId - java.lang.Stringpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyLanguageId(String),
setDataBeanKeyRtnDnyRsnId(String)