java.lang.Objectcom.ibm.commerce.ordermanagement.beansrc.PreviousDispositionsListDataBeanBase
com.ibm.commerce.ordermanagement.beans.PreviousDispositionsDataBean
PreviousDispositionsDataBean
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright |
protected CommandContext | iCommandContext Command context |
protected java.lang.String | iDataBeanKeyComments Comments |
protected java.lang.String | iDataBeanKeyDispositionDate DispositionDate |
protected java.lang.String | iDataBeanKeyDispositionDescription DispositionDescription |
protected java.lang.String | iDataBeanKeyQuantity Quantity |
protected java.lang.String | iDataBeanKeyReasonDescription ReasonDescription |
protected TypedProperty | iRequestProperties Request properties |
Constructor Summary | |
PreviousDispositionsDataBean() |
Method Summary | |
CommandContext | getCommandContext() Gets the command context set within this bean. |
java.lang.String | getDataBeanKeyComments() Returns Comments |
java.lang.String | getDataBeanKeyDispositionDate() Returns DispositionDate |
java.lang.String | getDataBeanKeyDispositionDescription() Returns DispositionDescription |
java.lang.String | getDataBeanKeyQuantity() Returns Quantity |
java.lang.String | getDataBeanKeyReasonDescription() Returns ReasonDescription |
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 | setDataBeanKeyComments(java.lang.String aComments) Sets Comments |
void | setDataBeanKeyDispositionDate(java.lang.String aDispositionDate) Sets DispositionDate |
void | setDataBeanKeyDispositionDescription(java.lang.String aDispositionDescription) Sets DispositionDescription |
void | setDataBeanKeyQuantity(java.lang.String aQuantity) Sets Quantity |
void | setDataBeanKeyReasonDescription(java.lang.String aReasonDescription) Sets ReasonDescription |
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 iDataBeanKeyDispositionDescription
protected java.lang.String iDataBeanKeyQuantity
protected java.lang.String iDataBeanKeyReasonDescription
protected java.lang.String iDataBeanKeyDispositionDate
protected java.lang.String iDataBeanKeyComments
Constructor Detail |
public PreviousDispositionsDataBean()
Method Detail |
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public java.lang.String getDataBeanKeyDispositionDescription()
public java.lang.String getDataBeanKeyQuantity()
public java.lang.String getDataBeanKeyReasonDescription()
public java.lang.String getDataBeanKeyDispositionDate()
public java.lang.String getDataBeanKeyComments()
public void setDataBeanKeyDispositionDescription(java.lang.String aDispositionDescription)
public void setDataBeanKeyQuantity(java.lang.String aQuantity)
public void setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
public void setDataBeanKeyDispositionDate(java.lang.String aDispositionDate)
public void setDataBeanKeyComments(java.lang.String aComments)
public void populate() throws java.lang.Exception
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.