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.
|
getDelegate
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
public static final java.lang.String COPYRIGHT
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 getDataBeanKeyDispositionDescription()
getDataBeanKeyDispositionDescription
in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartDataBean
public java.lang.String getDataBeanKeyQuantity()
getDataBeanKeyQuantity
in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartDataBean
public java.lang.String getDataBeanKeyReasonDescription()
getDataBeanKeyReasonDescription
in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartDataBean
public java.lang.String getDataBeanKeyDispositionDate()
getDataBeanKeyDispositionDate
in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartDataBean
public java.lang.String getDataBeanKeyComments()
getDataBeanKeyComments
in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsSmartDataBean
public void setDataBeanKeyDispositionDescription(java.lang.String aDispositionDescription)
setDataBeanKeyDispositionDescription
in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputDataBean
aDispositionDescription
- java.lang.Stringpublic void setDataBeanKeyQuantity(java.lang.String aQuantity)
setDataBeanKeyQuantity
in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputDataBean
aQuantity
- java.lang.Stringpublic void setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
setDataBeanKeyReasonDescription
in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputDataBean
aReasonDescription
- java.lang.Stringpublic void setDataBeanKeyDispositionDate(java.lang.String aDispositionDate)
setDataBeanKeyDispositionDate
in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputDataBean
aDispositionDate
- java.lang.Stringpublic void setDataBeanKeyComments(java.lang.String aComments)
setDataBeanKeyComments
in interface com.ibm.commerce.ordermanagement.beans.PreviousDispositionsInputDataBean
aComments
- java.lang.Stringpublic void populate() throws java.lang.Exception
populate()
method.
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDataBeanKeyComments(String)
,
setDataBeanKeyDispositionDate(String)
,
setDataBeanKeyDispositionDescription(String)
,
setDataBeanKeyQuantity(String)
,
setDataBeanKeyReasonDescription(String)