com.ibm.commerce.ordermanagement.beans
Class PreviousDispositionsDataBean

java.lang.Object
  |
  +--com.ibm.commerce.ordermanagement.beansrc.PreviousDispositionsListDataBeanBase
        |
        +--com.ibm.commerce.ordermanagement.beans.PreviousDispositionsDataBean

public class PreviousDispositionsDataBean
extends com.ibm.commerce.ordermanagement.beansrc.PreviousDispositionsListDataBeanBase

PreviousDispositionsDataBean

See Also:
Serialized Form

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
IBM Copyright
See Also:
Constant Field Values

iCommandContext

protected CommandContext iCommandContext
Command context

iRequestProperties

protected TypedProperty iRequestProperties
Request properties

iDataBeanKeyDispositionDescription

protected java.lang.String iDataBeanKeyDispositionDescription
DispositionDescription

iDataBeanKeyQuantity

protected java.lang.String iDataBeanKeyQuantity
Quantity

iDataBeanKeyReasonDescription

protected java.lang.String iDataBeanKeyReasonDescription
ReasonDescription

iDataBeanKeyDispositionDate

protected java.lang.String iDataBeanKeyDispositionDate
DispositionDate

iDataBeanKeyComments

protected java.lang.String iDataBeanKeyComments
Comments
Constructor Detail

PreviousDispositionsDataBean

public PreviousDispositionsDataBean()
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Gets the request property set within this bean.
Returns:
com.ibm.commerce.datatype.TypedProperty

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperty)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException
Sets the request property within this bean.
Parameters:
aRequestProperty - com.ibm.commerce.datatype.TypedProperty
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

getCommandContext

public CommandContext getCommandContext()
Gets the command context set within this bean.
Returns:
com.ibm.commerce.command.CommandContext

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext

getDataBeanKeyDispositionDescription

public java.lang.String getDataBeanKeyDispositionDescription()
Returns DispositionDescription
Returns:
java.lang.String

getDataBeanKeyQuantity

public java.lang.String getDataBeanKeyQuantity()
Returns Quantity
Returns:
java.lang.String

getDataBeanKeyReasonDescription

public java.lang.String getDataBeanKeyReasonDescription()
Returns ReasonDescription
Returns:
java.lang.String

getDataBeanKeyDispositionDate

public java.lang.String getDataBeanKeyDispositionDate()
Returns DispositionDate
Returns:
java.lang.String

getDataBeanKeyComments

public java.lang.String getDataBeanKeyComments()
Returns Comments
Returns:
java.lang.String

setDataBeanKeyDispositionDescription

public void setDataBeanKeyDispositionDescription(java.lang.String aDispositionDescription)
Sets DispositionDescription
Parameters:
aDispositionDescription - java.lang.String

setDataBeanKeyQuantity

public void setDataBeanKeyQuantity(java.lang.String aQuantity)
Sets Quantity
Parameters:
aQuantity - java.lang.String

setDataBeanKeyReasonDescription

public void setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
Sets ReasonDescription
Parameters:
aReasonDescription - java.lang.String

setDataBeanKeyDispositionDate

public void setDataBeanKeyDispositionDate(java.lang.String aDispositionDate)
Sets DispositionDate
Parameters:
aDispositionDate - java.lang.String

setDataBeanKeyComments

public void setDataBeanKeyComments(java.lang.String aComments)
Sets Comments
Parameters:
aComments - java.lang.String

populate

public void populate()
              throws java.lang.Exception
IBM internal use only.
Throws:
java.lang.Exception