public class ReturnedProductsDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnedProductsListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputDataBean, com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnedProductsDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyDateReceived()
This method returns DateReceived.
|
java.lang.String |
getDataBeanKeyNonDispositionQuantity()
This method returns NonDispositionQuantity.
|
java.lang.String |
getDataBeanKeyPartNumber()
This method returns PartNumber.
|
java.lang.String |
getDataBeanKeyReceiptId()
This method returns ReceiptId.
|
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 ReturnedProductsDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyDateReceived(java.lang.String aDateReceived)
This method sets DateReceived.
|
void |
setDataBeanKeyNonDispositionQuantity(java.lang.String aNonDispositionQuantity)
This method sets NonDispositionQuantity.
|
void |
setDataBeanKeyPartNumber(java.lang.String aPartNumber)
This method sets PartNumber.
|
void |
setDataBeanKeyReceiptId(java.lang.String aReceiptId)
This method sets ReceiptId.
|
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 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 getDataBeanKeyNonDispositionQuantity()
getDataBeanKeyNonDispositionQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartDataBeanpublic java.lang.String getDataBeanKeyDateReceived()
getDataBeanKeyDateReceived in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartDataBeanpublic java.lang.String getDataBeanKeyReceiptId()
getDataBeanKeyReceiptId in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartDataBeanpublic java.lang.String getDataBeanKeyPartNumber()
getDataBeanKeyPartNumber in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartDataBeanpublic java.lang.String getDataBeanKeyTotalQuantity()
getDataBeanKeyTotalQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartDataBeanpublic java.lang.String getDataBeanKeyShortDescription()
getDataBeanKeyShortDescription in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartDataBeanpublic void setDataBeanKeyNonDispositionQuantity(java.lang.String aNonDispositionQuantity)
setDataBeanKeyNonDispositionQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputDataBeanaNonDispositionQuantity - java.lang.Stringpublic void setDataBeanKeyDateReceived(java.lang.String aDateReceived)
setDataBeanKeyDateReceived in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputDataBeanaDateReceived - java.lang.Stringpublic void setDataBeanKeyReceiptId(java.lang.String aReceiptId)
setDataBeanKeyReceiptId in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputDataBeanaReceiptId - java.lang.Stringpublic void setDataBeanKeyPartNumber(java.lang.String aPartNumber)
setDataBeanKeyPartNumber in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputDataBeanaPartNumber - java.lang.Stringpublic void setDataBeanKeyTotalQuantity(java.lang.String aTotalQuantity)
setDataBeanKeyTotalQuantity in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputDataBeanaTotalQuantity - java.lang.Stringpublic void setDataBeanKeyShortDescription(java.lang.String aShortDescription)
setDataBeanKeyShortDescription in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputDataBeanaShortDescription - java.lang.Stringpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyDateReceived(String),
setDataBeanKeyNonDispositionQuantity(String),
setDataBeanKeyPartNumber(String),
setDataBeanKeyReceiptId(String),
setDataBeanKeyShortDescription(String),
setDataBeanKeyTotalQuantity(String)