java.lang.Object | +--com.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
aRequestProperty
-
com.ibm.commerce.datatype.TypedPropertyjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
aCommandContext
-
com.ibm.commerce.command.CommandContextpublic 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)
aDispositionDescription
- java.lang.Stringpublic void setDataBeanKeyQuantity(java.lang.String aQuantity)
aQuantity
- java.lang.Stringpublic void setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
aReasonDescription
- java.lang.Stringpublic void setDataBeanKeyDispositionDate(java.lang.String aDispositionDate)
aDispositionDate
- java.lang.Stringpublic void setDataBeanKeyComments(java.lang.String aComments)
aComments
- java.lang.Stringpublic void populate() throws java.lang.Exception
java.lang.Exception