public class ReturnRecordsForReceiverDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForReceiverListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverInputDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
ReturnRecordsForReceiverDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyFirstname()
This method returns Firstname.
|
java.lang.String |
getDataBeanKeyLastname()
This method returns Lastname.
|
java.lang.String |
getDataBeanKeyMiddlename()
This method returns Middlename.
|
java.lang.String |
getDataBeanKeyRmaDate()
This method returns RmaDate.
|
java.lang.String |
getDataBeanKeyRmaId()
This method returns RmaId.
|
java.lang.String |
getDataBeanKeyRowStatus()
This method returns RowStatus.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the ReturnRecordsForReceiverDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyFirstname(java.lang.String aFirstname)
This method sets Firstname.
|
void |
setDataBeanKeyLastname(java.lang.String aLastname)
This method sets Lastname.
|
void |
setDataBeanKeyMiddlename(java.lang.String aMiddlename)
This method sets Middlename.
|
void |
setDataBeanKeyRmaDate(java.lang.String aRmaDate)
This method sets RmaDate.
|
void |
setDataBeanKeyRmaId(java.lang.String aRmaId)
This method sets RmaId.
|
void |
setDataBeanKeyRowStatus(java.lang.String aRowStatus)
This method sets RowStatus.
|
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 getDataBeanKeyLastname()
getDataBeanKeyLastname
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverSmartDataBean
public java.lang.String getDataBeanKeyRowStatus()
getDataBeanKeyRowStatus
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverSmartDataBean
public java.lang.String getDataBeanKeyFirstname()
getDataBeanKeyFirstname
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverSmartDataBean
public java.lang.String getDataBeanKeyRmaDate()
getDataBeanKeyRmaDate
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverSmartDataBean
public java.lang.String getDataBeanKeyMiddlename()
getDataBeanKeyMiddlename
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverSmartDataBean
public java.lang.String getDataBeanKeyRmaId()
getDataBeanKeyRmaId
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverSmartDataBean
public void setDataBeanKeyLastname(java.lang.String aLastname)
setDataBeanKeyLastname
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverInputDataBean
aLastname
- java.lang.Stringpublic void setDataBeanKeyRowStatus(java.lang.String aRowStatus)
setDataBeanKeyRowStatus
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverInputDataBean
aRowStatus
- java.lang.Stringpublic void setDataBeanKeyFirstname(java.lang.String aFirstname)
setDataBeanKeyFirstname
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverInputDataBean
aFirstname
- java.lang.Stringpublic void setDataBeanKeyRmaDate(java.lang.String aRmaDate)
setDataBeanKeyRmaDate
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverInputDataBean
aRmaDate
- java.lang.Stringpublic void setDataBeanKeyMiddlename(java.lang.String aMiddlename)
setDataBeanKeyMiddlename
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverInputDataBean
aMiddlename
- java.lang.Stringpublic void setDataBeanKeyRmaId(java.lang.String aRmaId)
setDataBeanKeyRmaId
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverInputDataBean
aRmaId
- java.lang.Stringpublic void populate() throws java.lang.Exception
populate()
method.
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDataBeanKeyFirstname(String)
,
setDataBeanKeyLastname(String)
,
setDataBeanKeyMiddlename(String)
,
setDataBeanKeyRmaDate(String)
,
setDataBeanKeyRmaId(String)
,
setDataBeanKeyRowStatus(String)