public class PreviousDispositionsListDataBean
extends com.ibm.commerce.ordermanagement.beansrc.PreviousDispositionsListListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputListDataBean, com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartListDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PreviousDispositionsListDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId1()
This method returns LanguageId1.
|
java.lang.String |
getDataBeanKeyLanguageId2()
This method returns LanguageId2.
|
java.lang.String |
getDataBeanKeyReceiptId()
This method returns ReceiptId.
|
PreviousDispositionsDataBean[] |
getPreviousDispositionsList()
This method returns PreviousDispositionsDataBean array.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the PreviousDispositionsListDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId1(java.lang.String aLanguageId1)
This method sets LanguageId1.
|
void |
setDataBeanKeyLanguageId2(java.lang.String aLanguageId2)
This method sets LanguageId2.
|
void |
setDataBeanKeyReceiptId(java.lang.String aReceiptId)
This method sets ReceiptId.
|
void |
setPreviousDispositionsList(PreviousDispositionsDataBean[] aListDataBean)
This method sets PreviousDispositionsDataBean array.
|
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 getDataBeanKeyLanguageId2()
getDataBeanKeyLanguageId2 in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartListDataBeanpublic java.lang.String getDataBeanKeyLanguageId1()
getDataBeanKeyLanguageId1 in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartListDataBeanpublic PreviousDispositionsDataBean[] getPreviousDispositionsList()
getPreviousDispositionsList in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartListDataBeanpublic java.lang.String getDataBeanKeyReceiptId()
getDataBeanKeyReceiptId in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartListDataBeanpublic void setDataBeanKeyLanguageId2(java.lang.String aLanguageId2)
setDataBeanKeyLanguageId2 in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputListDataBeanaLanguageId2 - java.lang.Stringpublic void setDataBeanKeyLanguageId1(java.lang.String aLanguageId1)
setDataBeanKeyLanguageId1 in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputListDataBeanaLanguageId1 - java.lang.Stringpublic void setPreviousDispositionsList(PreviousDispositionsDataBean[] aListDataBean)
setPreviousDispositionsList in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputListDataBeanaListDataBean - PreviousDispositionsDataBean[]public void setDataBeanKeyReceiptId(java.lang.String aReceiptId)
setDataBeanKeyReceiptId in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputListDataBeanaReceiptId - java.lang.Stringpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyLanguageId1(String),
setDataBeanKeyLanguageId2(String),
setDataBeanKeyReceiptId(String)