public class ReturnRecordComponentDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordComponentListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentInputDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnRecordComponentDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyDescription()
This method returns Description.
|
java.lang.String |
getDataBeanKeyPartNumber()
This method returns PartNumber.
|
java.lang.String |
getDataBeanKeyQuantity()
This method returns Quantity.
|
java.lang.String |
getDataBeanKeyTotalQuantity()
This method returns TotalQuantity.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the ReturnRecordComponentDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyDescription(java.lang.String aDescription)
This method sets Description
|
void |
setDataBeanKeyPartNumber(java.lang.String aPartNumber)
This method sets PartNumber.
|
void |
setDataBeanKeyQuantity(java.lang.String aQuantity)
This method sets Quantity.
|
void |
setDataBeanKeyTotalQuantity(java.lang.String aTotalQuantity)
This method sets TotalQuantity.
|
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 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 getDataBeanKeyQuantity()
getDataBeanKeyQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentSmartDataBeanpublic java.lang.String getDataBeanKeyDescription()
getDataBeanKeyDescription in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentSmartDataBeanpublic java.lang.String getDataBeanKeyPartNumber()
getDataBeanKeyPartNumber in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentSmartDataBeanpublic java.lang.String getDataBeanKeyTotalQuantity()
getDataBeanKeyTotalQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentSmartDataBeanpublic void setDataBeanKeyQuantity(java.lang.String aQuantity)
setDataBeanKeyQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentInputDataBeanaQuantity - java.lang.Stringpublic void setDataBeanKeyDescription(java.lang.String aDescription)
setDataBeanKeyDescription in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentInputDataBeanaDescription - java.lang.Stringpublic void setDataBeanKeyPartNumber(java.lang.String aPartNumber)
setDataBeanKeyPartNumber in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentInputDataBeanaPartNumber - java.lang.Stringpublic void setDataBeanKeyTotalQuantity(java.lang.String aTotalQuantity)
setDataBeanKeyTotalQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentInputDataBeanaTotalQuantity - java.lang.Stringpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyDescription(String),
setDataBeanKeyPartNumber(String),
setDataBeanKeyQuantity(String),
setDataBeanKeyTotalQuantity(String)