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.
|
getDelegate
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
getRequestProperties
in class InputDataBeanImpl
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
setRequestProperties
in class InputDataBeanImpl
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
getCommandContext
in class SmartDataBeanImpl
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
setCommandContext
in class SmartDataBeanImpl
aCommandContext
- com.ibm.commerce.command.CommandContextpublic java.lang.String getDataBeanKeyReasonDescription()
getDataBeanKeyReasonDescription
in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
public java.lang.String getDataBeanKeyCode()
getDataBeanKeyCode
in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
public java.lang.String getDataBeanKeyReasonId()
getDataBeanKeyReasonId
in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
public java.lang.String getDataBeanKeyStoreentId()
getDataBeanKeyStoreentId
in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
public java.lang.String getDataBeanKeyReasonType()
getDataBeanKeyReasonType
in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsSmartDataBean
public void setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
setDataBeanKeyReasonDescription
in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean
aReasonDescription
- java.lang.Stringpublic void setDataBeanKeyCode(java.lang.String aCode)
setDataBeanKeyCode
in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean
aCode
- java.lang.Stringpublic void setDataBeanKeyReasonId(java.lang.String aReasonId)
setDataBeanKeyReasonId
in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean
aReasonId
- java.lang.Stringpublic void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
setDataBeanKeyStoreentId
in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean
aStoreentId
- java.lang.Stringpublic void setDataBeanKeyReasonType(java.lang.String aReasonType)
setDataBeanKeyReasonType
in interface com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsInputDataBean
aReasonType
- java.lang.Stringpublic void populate() throws java.lang.Exception
populate()
method.
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDataBeanKeyCode(String)
,
setDataBeanKeyReasonDescription(String)
,
setDataBeanKeyReasonId(String)
,
setDataBeanKeyReasonType(String)
,
setDataBeanKeyStoreentId(String)