public class DispositionHeaderDataBean
extends com.ibm.commerce.ordermanagement.beansrc.DispositionHeaderListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputDataBean, com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
DispositionHeaderDataBean() |
| 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 |
getDataBeanKeyReasonDescription()
This method returns ReasonDescription.
|
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 DispositionHeaderDataBean.
|
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 |
setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
This method sets ReasonDescription.
|
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 getDataBeanKeyReasonDescription()
getDataBeanKeyReasonDescription in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartDataBeanpublic java.lang.String getDataBeanKeyNonDispositionQuantity()
getDataBeanKeyNonDispositionQuantity in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartDataBeanpublic java.lang.String getDataBeanKeyDateReceived()
getDataBeanKeyDateReceived in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartDataBeanpublic java.lang.String getDataBeanKeyPartNumber()
getDataBeanKeyPartNumber in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartDataBeanpublic java.lang.String getDataBeanKeyTotalQuantity()
getDataBeanKeyTotalQuantity in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartDataBeanpublic java.lang.String getDataBeanKeyShortDescription()
getDataBeanKeyShortDescription in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartDataBeanpublic void setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
setDataBeanKeyReasonDescription in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputDataBeanaReasonDescription - java.lang.Stringpublic void setDataBeanKeyNonDispositionQuantity(java.lang.String aNonDispositionQuantity)
setDataBeanKeyNonDispositionQuantity in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputDataBeanaNonDispositionQuantity - java.lang.Stringpublic void setDataBeanKeyDateReceived(java.lang.String aDateReceived)
setDataBeanKeyDateReceived in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputDataBeanaDateReceived - java.lang.Stringpublic void setDataBeanKeyPartNumber(java.lang.String aPartNumber)
setDataBeanKeyPartNumber in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputDataBeanaPartNumber - java.lang.Stringpublic void setDataBeanKeyTotalQuantity(java.lang.String aTotalQuantity)
setDataBeanKeyTotalQuantity in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputDataBeanaTotalQuantity - java.lang.Stringpublic void setDataBeanKeyShortDescription(java.lang.String aShortDescription)
setDataBeanKeyShortDescription in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputDataBeanaShortDescription - java.lang.Stringpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyDateReceived(java.lang.String),
setDataBeanKeyNonDispositionQuantity(String),
setDataBeanKeyPartNumber(String),
setDataBeanKeyReasonDescription(String),
setDataBeanKeyShortDescription(String),
setDataBeanKeyTotalQuantity(String)