public class MerchantReturnReasonsDataBean
extends com.ibm.commerce.ordermanagement.beansrc.MerchantReturnReasonsListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean, com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
MerchantReturnReasonsDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCode()
This method returns Code.
|
java.lang.String |
getDataBeanKeyReasonDescription()
This method returns ReasonDescription.
|
java.lang.String |
getDataBeanKeyReasonId()
This method returns ReasonId.
|
java.lang.String |
getDataBeanKeyReasonType()
This method returns ReasonType.
|
java.lang.String |
getDataBeanKeyStoreentId()
This method returns StoreentId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the MerchantReturnReasonsDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCode(java.lang.String aCode)
This method sets Code.
|
void |
setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
This method sets ReasonDescription.
|
void |
setDataBeanKeyReasonId(java.lang.String aReasonId)
This method sets ReasonId.
|
void |
setDataBeanKeyReasonType(java.lang.String aReasonType)
This method sets ReasonType.
|
void |
setDataBeanKeyStoreentId(java.lang.String aStoreentId)
This method sets StoreentId.
|
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 getDataBeanKeyReasonDescription()
getDataBeanKeyReasonDescription in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBeanpublic java.lang.String getDataBeanKeyCode()
getDataBeanKeyCode in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBeanpublic java.lang.String getDataBeanKeyReasonId()
getDataBeanKeyReasonId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBeanpublic java.lang.String getDataBeanKeyStoreentId()
getDataBeanKeyStoreentId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBeanpublic java.lang.String getDataBeanKeyReasonType()
getDataBeanKeyReasonType in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBeanpublic void setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
setDataBeanKeyReasonDescription in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBeanaReasonDescription - java.lang.Stringpublic void setDataBeanKeyCode(java.lang.String aCode)
setDataBeanKeyCode in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBeanaCode - java.lang.Stringpublic void setDataBeanKeyReasonId(java.lang.String aReasonId)
setDataBeanKeyReasonId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBeanaReasonId - java.lang.Stringpublic void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
setDataBeanKeyStoreentId in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBeanaStoreentId - java.lang.Stringpublic void setDataBeanKeyReasonType(java.lang.String aReasonType)
setDataBeanKeyReasonType in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBeanaReasonType - java.lang.Stringpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyCode(String),
setDataBeanKeyReasonDescription(String),
setDataBeanKeyReasonId(String),
setDataBeanKeyReasonType(String),
setDataBeanKeyStoreentId(String)