java.lang.Object | +--com.ibm.commerce.ordermanagement.beansrc.DispositionHeaderListListDataBeanBase | +--com.ibm.commerce.ordermanagement.beans.DispositionHeaderListDataBean
DispositionHeaderListDataBean
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM Copyright |
protected
CommandContext |
iCommandContext Command context |
protected
java.lang.String |
iDataBeanKeyLanguageId1 LanguageId1 |
protected
java.lang.String |
iDataBeanKeyReceiptId ReceiptId |
protected
DispositionHeaderDataBean[] |
iDispositionHeaderListDataBean DispositionHeaderDataBean array |
protected
TypedProperty |
iRequestProperties Request properties |
Constructor Summary | |
---|---|
DispositionHeaderListDataBean() |
Method Summary | |
---|---|
CommandContext |
getCommandContext() Gets the command context set within this bean. |
java.lang.String |
getDataBeanKeyLanguageId1() Returns LanguageId1 |
java.lang.String |
getDataBeanKeyReceiptId() Returns ReceiptId |
com.ibm.commerce.security.Protectable |
getDelegate() Returns the Protectable object whose access control policies will indirectly control the access control for this object |
DispositionHeaderDataBean[] |
getDispositionHeaderList() Returns DispositionHeaderDataBean array |
java.lang.Long |
getOwner() Returns the member id of the owner. |
TypedProperty |
getRequestProperties() Gets the request property set within this bean. |
void |
populate() IBM internal use only. |
void |
setCommandContext(
CommandContext aCommandContext) Sets the command context within this bean. |
void |
setDataBeanKeyLanguageId1(java.lang.String aLanguageId1) Sets LanguageId1 |
void |
setDataBeanKeyReceiptId(java.lang.String aReceiptId) Sets ReceiptId |
void |
setDispositionHeaderList(
DispositionHeaderDataBean[] aListDataBean) Sets DispositionHeaderDataBean array |
void |
setRequestProperties(
TypedProperty aRequestProperty) Sets the request property within this bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyLanguageId1
protected java.lang.String iDataBeanKeyReceiptId
protected DispositionHeaderDataBean[] iDispositionHeaderListDataBean
Constructor Detail |
---|
public DispositionHeaderListDataBean()
Method Detail |
---|
public CommandContext getCommandContext()
public java.lang.String getDataBeanKeyLanguageId1()
public java.lang.String getDataBeanKeyReceiptId()
public com.ibm.commerce.security.Protectable getDelegate() throws java.lang.Exception
java.lang.Exception
public DispositionHeaderDataBean[] getDispositionHeaderList()
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
RemoteException
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
aCommandContext
-
com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId1(java.lang.String aLanguageId1)
aLanguageId1
- java.lang.Stringpublic void setDataBeanKeyReceiptId(java.lang.String aReceiptId)
aReceiptId
- java.lang.Stringpublic void setDispositionHeaderList(DispositionHeaderDataBean[] aListDataBean)
aListDataBean
-
DispositionHeaderDataBean[]public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
aRequestProperty
-
com.ibm.commerce.datatype.TypedPropertyjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException