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.
|
getDelegate
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
public static final java.lang.String COPYRIGHT
public ReturnRecordComponentByRmaAndLanguageDataBean()
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 getDataBeanKeyReceiptQuantity()
getDataBeanKeyReceiptQuantity
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartDataBean
public java.lang.String getDataBeanKeyRmaItemComponentId()
getDataBeanKeyRmaItemComponentId
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartDataBean
public java.lang.String getDataBeanKeyPartNumber()
getDataBeanKeyPartNumber
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartDataBean
public java.lang.String getDataBeanKeyTotalQuantity()
getDataBeanKeyTotalQuantity
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartDataBean
public java.lang.String getDataBeanKeyShortDescription()
getDataBeanKeyShortDescription
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageSmartDataBean
public void setDataBeanKeyReceiptQuantity(java.lang.String aReceiptQuantity)
setDataBeanKeyReceiptQuantity
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputDataBean
aReceiptQuantity
- java.lang.Stringpublic void setDataBeanKeyRmaItemComponentId(java.lang.String aRmaItemComponentId)
setDataBeanKeyRmaItemComponentId
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputDataBean
aRmaItemComponentId
- java.lang.Stringpublic void setDataBeanKeyPartNumber(java.lang.String aPartNumber)
setDataBeanKeyPartNumber
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputDataBean
aPartNumber
- java.lang.Stringpublic void setDataBeanKeyTotalQuantity(java.lang.String aTotalQuantity)
setDataBeanKeyTotalQuantity
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputDataBean
aTotalQuantity
- java.lang.Stringpublic void setDataBeanKeyShortDescription(java.lang.String aShortDescription)
setDataBeanKeyShortDescription
in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordComponentByRmaAndLanguageInputDataBean
aShortDescription
- java.lang.Stringpublic void populate() throws java.lang.Exception
populate()
method.
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDataBeanKeyPartNumber(java.lang.String)
,
setDataBeanKeyReceiptQuantity(java.lang.String)
,
setDataBeanKeyRmaItemComponentId(java.lang.String)
,
setDataBeanKeyShortDescription(java.lang.String)
,
setDataBeanKeyTotalQuantity(java.lang.String)