public class DispositionHeaderListDataBean extends com.ibm.commerce.ordermanagement.beansrc.DispositionHeaderListListDataBeanBase implements com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputListDataBean, com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartListDataBean, Delegator, Protectable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
DispositionHeaderListDataBean() |
| 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 |
getDataBeanKeyReceiptId()
This method returns ReceiptId.
|
Protectable |
getDelegate()
This method returns the Protectable object whose access control policies will indirectly control the access control for this object
|
DispositionHeaderDataBean[] |
getDispositionHeaderList()
This method returns DispositionHeaderDataBean array
|
java.lang.Long |
getOwner()
This method returns the member id of the owner.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the DispositionHeaderListDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId1(java.lang.String aLanguageId1)
This method sets LanguageId1.
|
void |
setDataBeanKeyReceiptId(java.lang.String aReceiptId)
This method sets ReceiptId.
|
void |
setDispositionHeaderList(DispositionHeaderDataBean[] aListDataBean)
This method sets DispositionHeaderDataBean array.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfulfillspublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeangetCommandContext in class SmartDataBeanImplpublic java.lang.String getDataBeanKeyLanguageId1()
getDataBeanKeyLanguageId1 in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartListDataBeanpublic java.lang.String getDataBeanKeyReceiptId()
getDataBeanKeyReceiptId in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartListDataBeanpublic Protectable getDelegate() throws java.lang.Exception
getDelegate in interface Delegatorjava.lang.Exceptionpublic DispositionHeaderDataBean[] getDispositionHeaderList()
getDispositionHeaderList in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderSmartListDataBeanpublic java.lang.Long getOwner()
throws java.lang.Exception
getOwner in interface Protectablejava.lang.Exceptionpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeangetRequestProperties in class InputDataBeanImplpublic void populate()
throws java.lang.Exception
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.Exceptionpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeansetCommandContext in class SmartDataBeanImplaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId1(java.lang.String aLanguageId1)
setDataBeanKeyLanguageId1 in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputListDataBeanaLanguageId1 - java.lang.Stringpublic void setDataBeanKeyReceiptId(java.lang.String aReceiptId)
setDataBeanKeyReceiptId in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputListDataBeanaReceiptId - java.lang.Stringpublic void setDispositionHeaderList(DispositionHeaderDataBean[] aListDataBean)
setDispositionHeaderList in interface com.ibm.commerce.ordermanagement.beans.DispositionHeaderInputListDataBeanaListDataBean - DispositionHeaderDataBean[]public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeansetRequestProperties in class InputDataBeanImplaRequestProperty - com.ibm.commerce.datatype.TypedProperty