public class ReturnRecordsForReturnAdministratorDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForReturnAdministratorListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnRecordsForReturnAdministratorDataBean() |
| 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 ReturnRecordsForReturnAdministratorDataBean.
|
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.
|
getDelegatefulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextpublic static final java.lang.String COPYRIGHT
public ReturnRecordsForReturnAdministratorDataBean()
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 getDataBeanKeyLastname()
getDataBeanKeyLastname in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartDataBeanpublic java.lang.String getDataBeanKeyRowStatus()
getDataBeanKeyRowStatus in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartDataBeanpublic java.lang.String getDataBeanKeyFirstname()
getDataBeanKeyFirstname in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartDataBeanpublic java.lang.String getDataBeanKeyRmaDate()
getDataBeanKeyRmaDate in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartDataBeanpublic java.lang.String getDataBeanKeyMiddlename()
getDataBeanKeyMiddlename in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartDataBeanpublic java.lang.String getDataBeanKeyRmaId()
getDataBeanKeyRmaId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartDataBeanpublic void setDataBeanKeyLastname(java.lang.String aLastname)
setDataBeanKeyLastname in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputDataBeanaLastname - java.lang.Stringpublic void setDataBeanKeyRowStatus(java.lang.String aRowStatus)
setDataBeanKeyRowStatus in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputDataBeanaRowStatus - java.lang.Stringpublic void setDataBeanKeyFirstname(java.lang.String aFirstname)
setDataBeanKeyFirstname in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputDataBeanaFirstname - java.lang.Stringpublic void setDataBeanKeyRmaDate(java.lang.String aRmaDate)
setDataBeanKeyRmaDate in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputDataBeanaRmaDate - java.lang.Stringpublic void setDataBeanKeyMiddlename(java.lang.String aMiddlename)
setDataBeanKeyMiddlename in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputDataBeanaMiddlename - java.lang.Stringpublic void setDataBeanKeyRmaId(java.lang.String aRmaId)
setDataBeanKeyRmaId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputDataBeanaRmaId - java.lang.Stringpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyFirstname(String),
setDataBeanKeyLastname(String),
setDataBeanKeyMiddlename(String),
setDataBeanKeyRmaDate(String),
setDataBeanKeyRmaId(String),
setDataBeanKeyRowStatus(String)