public class CustomerReturnReasonListDataBean
extends com.ibm.commerce.ordermanagement.beansrc.CustomerReturnReasonListListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonInputListDataBean, com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonSmartListDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
CustomerReturnReasonListDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
ReturnReasonDataBean[] |
getCustomerReturnReasonList()
This method returns ReturnReasonDataBean array.
|
java.lang.String |
getDataBeanKeyCode()
This method returns Code.
|
java.lang.String |
getDataBeanKeyStoreentId1()
This method returns StoreentId1.
|
java.lang.String |
getDataBeanKeyStoreentId2()
This method returns StoreentId2.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CustomerReturnReasonListDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setCustomerReturnReasonList(ReturnReasonDataBean[] aListDataBean)
This method sets ReturnReasonDataBean array.
|
void |
setDataBeanKeyCode(java.lang.String aCode)
This method sets Code.
|
void |
setDataBeanKeyStoreentId1(java.lang.String aStoreentId1)
This method sets StoreentId1.
|
void |
setDataBeanKeyStoreentId2(java.lang.String aStoreentId2)
This method sets StoreentId2.
|
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 getDataBeanKeyCode()
getDataBeanKeyCode
in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonSmartListDataBean
public ReturnReasonDataBean[] getCustomerReturnReasonList()
getCustomerReturnReasonList
in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonSmartListDataBean
public java.lang.String getDataBeanKeyStoreentId2()
getDataBeanKeyStoreentId2
in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonSmartListDataBean
public java.lang.String getDataBeanKeyStoreentId1()
getDataBeanKeyStoreentId1
in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonSmartListDataBean
public void setDataBeanKeyCode(java.lang.String aCode)
setDataBeanKeyCode
in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonInputListDataBean
aCode
- java.lang.Stringpublic void setCustomerReturnReasonList(ReturnReasonDataBean[] aListDataBean)
setCustomerReturnReasonList
in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonInputListDataBean
aListDataBean
- ReturnReasonDataBean[]public void setDataBeanKeyStoreentId2(java.lang.String aStoreentId2)
setDataBeanKeyStoreentId2
in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonInputListDataBean
aStoreentId2
- java.lang.Stringpublic void setDataBeanKeyStoreentId1(java.lang.String aStoreentId1)
setDataBeanKeyStoreentId1
in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonInputListDataBean
aStoreentId1
- java.lang.Stringpublic void populate() throws java.lang.Exception
populate()
method.
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDataBeanKeyCode(String)
,
setDataBeanKeyStoreentId1(String)
,
setDataBeanKeyStoreentId2(String)