public class PreviousDispositionsDataBean
extends com.ibm.commerce.ordermanagement.beansrc.PreviousDispositionsListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputDataBean, com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PreviousDispositionsDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyComments()
This method returns the DataBeanKey: Comments.
|
java.lang.String |
getDataBeanKeyDispositionDate()
This method returns the DataBeanKey: DispositionDate.
|
java.lang.String |
getDataBeanKeyDispositionDescription()
This method returns the DataBeanKey: DispositionDescription.
|
java.lang.String |
getDataBeanKeyQuantity()
This method returns the DataBeanKey: Quantity.
|
java.lang.String |
getDataBeanKeyReasonDescription()
This method returns the DataBeanKey: ReasonDescription.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the PreviousDispositionsDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyComments(java.lang.String aComments)
This method sets the DataBeanKey: Comments.
|
void |
setDataBeanKeyDispositionDate(java.lang.String aDispositionDate)
This method sets the DataBeanKey: DispositionDate.
|
void |
setDataBeanKeyDispositionDescription(java.lang.String aDispositionDescription)
This method sets the DataBeanKey: DispositionDescription.
|
void |
setDataBeanKeyQuantity(java.lang.String aQuantity)
This method sets Quantity
|
void |
setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
This method sets the DataBeanKey: ReasonDescription.
|
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 getDataBeanKeyDispositionDescription()
getDataBeanKeyDispositionDescription in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartDataBeanpublic java.lang.String getDataBeanKeyQuantity()
getDataBeanKeyQuantity in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartDataBeanpublic java.lang.String getDataBeanKeyReasonDescription()
getDataBeanKeyReasonDescription in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartDataBeanpublic java.lang.String getDataBeanKeyDispositionDate()
getDataBeanKeyDispositionDate in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartDataBeanpublic java.lang.String getDataBeanKeyComments()
getDataBeanKeyComments in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartDataBeanpublic void setDataBeanKeyDispositionDescription(java.lang.String aDispositionDescription)
setDataBeanKeyDispositionDescription in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputDataBeanaDispositionDescription - java.lang.Stringpublic void setDataBeanKeyQuantity(java.lang.String aQuantity)
setDataBeanKeyQuantity in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputDataBeanaQuantity - java.lang.Stringpublic void setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
setDataBeanKeyReasonDescription in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputDataBeanaReasonDescription - java.lang.Stringpublic void setDataBeanKeyDispositionDate(java.lang.String aDispositionDate)
setDataBeanKeyDispositionDate in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputDataBeanaDispositionDate - java.lang.Stringpublic void setDataBeanKeyComments(java.lang.String aComments)
setDataBeanKeyComments in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputDataBeanaComments - java.lang.Stringpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyComments(String),
setDataBeanKeyDispositionDate(String),
setDataBeanKeyDispositionDescription(String),
setDataBeanKeyQuantity(String),
setDataBeanKeyReasonDescription(String)