public class ReturnRecordComponentByRmaAndLanguageDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordComponentByRmaAndLanguageListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnRecordComponentByRmaAndLanguageDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyPartNumber()
This method returns PartNumber.
|
java.lang.String |
getDataBeanKeyReceiptQuantity()
This method returns ReceiptQuantity.
|
java.lang.String |
getDataBeanKeyRmaItemComponentId()
This method returns RmaItemComponentId.
|
java.lang.String |
getDataBeanKeyShortDescription()
This method returns ShortDescription.
|
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 ReturnRecordComponentByRmaAndLanguageDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyPartNumber(java.lang.String aPartNumber)
This method sets PartNumber.
|
void |
setDataBeanKeyReceiptQuantity(java.lang.String aReceiptQuantity)
This method sets ReceiptQuantity.
|
void |
setDataBeanKeyRmaItemComponentId(java.lang.String aRmaItemComponentId)
This method sets RmaItemComponentId.
|
void |
setDataBeanKeyShortDescription(java.lang.String aShortDescription)
This method sets ShortDescription.
|
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 ReturnRecordComponentByRmaAndLanguageDataBean()
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 getDataBeanKeyReceiptQuantity()
getDataBeanKeyReceiptQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartDataBeanpublic java.lang.String getDataBeanKeyRmaItemComponentId()
getDataBeanKeyRmaItemComponentId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartDataBeanpublic java.lang.String getDataBeanKeyPartNumber()
getDataBeanKeyPartNumber in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartDataBeanpublic java.lang.String getDataBeanKeyTotalQuantity()
getDataBeanKeyTotalQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartDataBeanpublic java.lang.String getDataBeanKeyShortDescription()
getDataBeanKeyShortDescription in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartDataBeanpublic void setDataBeanKeyReceiptQuantity(java.lang.String aReceiptQuantity)
setDataBeanKeyReceiptQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputDataBeanaReceiptQuantity - java.lang.Stringpublic void setDataBeanKeyRmaItemComponentId(java.lang.String aRmaItemComponentId)
setDataBeanKeyRmaItemComponentId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputDataBeanaRmaItemComponentId - java.lang.Stringpublic void setDataBeanKeyPartNumber(java.lang.String aPartNumber)
setDataBeanKeyPartNumber in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputDataBeanaPartNumber - java.lang.Stringpublic void setDataBeanKeyTotalQuantity(java.lang.String aTotalQuantity)
setDataBeanKeyTotalQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputDataBeanaTotalQuantity - java.lang.Stringpublic void setDataBeanKeyShortDescription(java.lang.String aShortDescription)
setDataBeanKeyShortDescription in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputDataBeanaShortDescription - java.lang.Stringpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyPartNumber(java.lang.String),
setDataBeanKeyReceiptQuantity(java.lang.String),
setDataBeanKeyRmaItemComponentId(java.lang.String),
setDataBeanKeyShortDescription(java.lang.String),
setDataBeanKeyTotalQuantity(java.lang.String)