public class ReturnReceiptDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnReceiptDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.ReturnReceiptInputDataBean, com.ibm.commerce.ordermanagement.beans.ReturnReceiptSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnReceiptDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyRtnReceiptId()
This method returns RtnReceiptId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the ReturnReceiptDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyRtnReceiptId(java.lang.String aRtnReceiptId)
This method sets RtnReceiptId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByItemComponent, getDateReceived, getDateReceivedInEntityType, getDispositionedQty, getDispositionedQtyInEntityType, getEntity, getLastUpdate, getLastUpdateInEntityType, getQuantity, getQuantityInEntityType, getRmaId, getRmaIdInEntityType, getRmaItemCmpId, getRmaItemCmpIdInEntityType, getRtnReceiptId, getRtnReceiptIdInEntityType, getVersionSpcId, getVersionSpcIdInEntityType, instantiateEntity, setDateReceived, setDateReceived, setDispositionedQty, setDispositionedQty, setInitKey_rtnReceiptId, setInitKey_rtnReceiptId, setLastUpdate, setLastUpdate, setQuantity, setQuantity, setRmaId, setRmaId, setRmaItemCmpId, setRmaItemCmpId, setRtnReceiptId, setRtnReceiptId, setVersionSpcId, setVersionSpcIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyRtnReceiptId()
getDataBeanKeyRtnReceiptId in interface com.ibm.commerce.ordermanagement.beans.ReturnReceiptSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyRtnReceiptId(java.lang.String aRtnReceiptId)
setDataBeanKeyRtnReceiptId in interface com.ibm.commerce.ordermanagement.beans.ReturnReceiptInputDataBeanaRtnReceiptId - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception - You must set RtnReceiptId using the setDataBeanKeyRtnReceiptId method before running the populate() method.setDataBeanKeyRtnReceiptId(java.lang.String)