public class RMAItemDenyReasonDataBean
extends com.ibm.commerce.ordermanagement.beansrc.RMAItemDenyReasonDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.RMAItemDenyReasonInputDataBean, com.ibm.commerce.ordermanagement.beans.RMAItemDenyReasonSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
RMAItemDenyReasonDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyRmaItemId()
This method returns RmaItemId.
|
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 RMAItemDenyReasonDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyRmaItemId(java.lang.String aRmaItemId)
This method sets RmaItemId.
|
void |
setDataBeanKeyRtnDnyRsnId(java.lang.String aRtnDnyRsnId)
This method sets RtnDnyRsnId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByRmaItemId, findByRmaItemIdForUpdate, getEntity, getRmaItemId, getRmaItemIdInEntityType, getRtnDnyRsnId, getRtnDnyRsnIdInEntityType, instantiateEntity, setInitKey_rmaItemId, setInitKey_rmaItemId, setInitKey_rtnDnyRsnId, setInitKey_rtnDnyRsnId, setRmaItemId, setRmaItemId, 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 getDataBeanKeyRmaItemId()
getDataBeanKeyRmaItemId in interface com.ibm.commerce.ordermanagement.beans.RMAItemDenyReasonSmartDataBeanpublic java.lang.String getDataBeanKeyRtnDnyRsnId()
getDataBeanKeyRtnDnyRsnId in interface com.ibm.commerce.ordermanagement.beans.RMAItemDenyReasonSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyRmaItemId(java.lang.String aRmaItemId)
setDataBeanKeyRmaItemId in interface com.ibm.commerce.ordermanagement.beans.RMAItemDenyReasonInputDataBeanaRmaItemId - java.lang.Stringpublic void setDataBeanKeyRtnDnyRsnId(java.lang.String aRtnDnyRsnId)
setDataBeanKeyRtnDnyRsnId in interface com.ibm.commerce.ordermanagement.beans.RMAItemDenyReasonInputDataBeanaRtnDnyRsnId - java.lang.Stringpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyRmaItemId(String),
setDataBeanKeyRtnDnyRsnId(String)