public class MerchantReturnReasonsListDataBean
extends com.ibm.commerce.ordermanagement.beansrc.MerchantReturnReasonsListListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputListDataBean, com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartListDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
MerchantReturnReasonsListDataBean() |
| 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 |
getDataBeanKeyStoreentId()
This method returns StoreentId.
|
java.lang.String |
getDataBeanKeyStoreGroupId()
This method returns StoreGroupId.
|
MerchantReturnReasonsDataBean[] |
getMerchantReturnReasonsList()
This method returns MerchantReturnReasonsDataBean array.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the MerchantReturnReasonsListDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets LanguageId.
|
void |
setDataBeanKeyStoreentId(java.lang.String aStoreentId)
This method sets StoreentId.
|
void |
setDataBeanKeyStoreGroupId(java.lang.String aStoreGroupId)
This method sets StoreGroupId.
|
void |
setMerchantReturnReasonsList(MerchantReturnReasonsDataBean[] aListDataBean)
This method sets MerchantReturnReasonsDataBean array.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeangetRequestProperties in class InputDataBeanImplpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeansetRequestProperties in class InputDataBeanImplaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeangetCommandContext in class SmartDataBeanImplpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeansetCommandContext in class SmartDataBeanImplaCommandContext - com.ibm.commerce.command.CommandContextpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartListDataBeanpublic java.lang.String getDataBeanKeyStoreentId()
getDataBeanKeyStoreentId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartListDataBeanpublic java.lang.String getDataBeanKeyStoreGroupId()
getDataBeanKeyStoreGroupId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartListDataBeanpublic MerchantReturnReasonsDataBean[] getMerchantReturnReasonsList()
getMerchantReturnReasonsList in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartListDataBeanpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputListDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
setDataBeanKeyStoreentId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputListDataBeanaStoreentId - java.lang.Stringpublic void setDataBeanKeyStoreGroupId(java.lang.String aStoreGroupId)
setDataBeanKeyStoreGroupId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputListDataBeanaStoreGroupId - java.lang.Stringpublic void setMerchantReturnReasonsList(MerchantReturnReasonsDataBean[] aListDataBean)
setMerchantReturnReasonsList in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputListDataBeanaListDataBean - MerchantReturnReasonsDataBean[]public void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyLanguageId(String),
setDataBeanKeyStoreentId(String),
setDataBeanKeyStoreGroupId(String)