com.ibm.commerce.ordermanagement.beans
Class ReturnRecordsForReceiverDataBean

java.lang.Object
  |
  +--com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForReceiverListDataBeanBase
        |
        +--com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverDataBean

public class ReturnRecordsForReceiverDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForReceiverListDataBeanBase

ReturnRecordsForReceiverDataBean

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright
protected  CommandContext iCommandContext
          Command context
protected  java.lang.String iDataBeanKeyFirstname
          Firstname
protected  java.lang.String iDataBeanKeyLastname
          Lastname
protected  java.lang.String iDataBeanKeyMiddlename
          Middlename
protected  java.lang.String iDataBeanKeyRmaDate
          RmaDate
protected  java.lang.String iDataBeanKeyRmaId
          RmaId
protected  java.lang.String iDataBeanKeyRowStatus
          RowStatus
protected  TypedProperty iRequestProperties
          Request properties
 
Constructor Summary
ReturnRecordsForReceiverDataBean()
           
 
Method Summary
  CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyFirstname()
          Returns Firstname
 java.lang.String getDataBeanKeyLastname()
          Returns Lastname
 java.lang.String getDataBeanKeyMiddlename()
          Returns Middlename
 java.lang.String getDataBeanKeyRmaDate()
          Returns RmaDate
 java.lang.String getDataBeanKeyRmaId()
          Returns RmaId
 java.lang.String getDataBeanKeyRowStatus()
          Returns RowStatus
  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 setDataBeanKeyFirstname(java.lang.String aFirstname)
          Sets Firstname
 void setDataBeanKeyLastname(java.lang.String aLastname)
          Sets Lastname
 void setDataBeanKeyMiddlename(java.lang.String aMiddlename)
          Sets Middlename
 void setDataBeanKeyRmaDate(java.lang.String aRmaDate)
          Sets RmaDate
 void setDataBeanKeyRmaId(java.lang.String aRmaId)
          Sets RmaId
 void setDataBeanKeyRowStatus(java.lang.String aRowStatus)
          Sets RowStatus
 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

iDataBeanKeyLastname

protected java.lang.String iDataBeanKeyLastname
Lastname

iDataBeanKeyRowStatus

protected java.lang.String iDataBeanKeyRowStatus
RowStatus

iDataBeanKeyFirstname

protected java.lang.String iDataBeanKeyFirstname
Firstname

iDataBeanKeyRmaDate

protected java.lang.String iDataBeanKeyRmaDate
RmaDate

iDataBeanKeyMiddlename

protected java.lang.String iDataBeanKeyMiddlename
Middlename

iDataBeanKeyRmaId

protected java.lang.String iDataBeanKeyRmaId
RmaId
Constructor Detail

ReturnRecordsForReceiverDataBean

public ReturnRecordsForReceiverDataBean()
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

getDataBeanKeyLastname

public java.lang.String getDataBeanKeyLastname()
Returns Lastname
Returns:
java.lang.String

getDataBeanKeyRowStatus

public java.lang.String getDataBeanKeyRowStatus()
Returns RowStatus
Returns:
java.lang.String

getDataBeanKeyFirstname

public java.lang.String getDataBeanKeyFirstname()
Returns Firstname
Returns:
java.lang.String

getDataBeanKeyRmaDate

public java.lang.String getDataBeanKeyRmaDate()
Returns RmaDate
Returns:
java.lang.String

getDataBeanKeyMiddlename

public java.lang.String getDataBeanKeyMiddlename()
Returns Middlename
Returns:
java.lang.String

getDataBeanKeyRmaId

public java.lang.String getDataBeanKeyRmaId()
Returns RmaId
Returns:
java.lang.String

setDataBeanKeyLastname

public void setDataBeanKeyLastname(java.lang.String aLastname)
Sets Lastname
Parameters:
aLastname - java.lang.String

setDataBeanKeyRowStatus

public void setDataBeanKeyRowStatus(java.lang.String aRowStatus)
Sets RowStatus
Parameters:
aRowStatus - java.lang.String

setDataBeanKeyFirstname

public void setDataBeanKeyFirstname(java.lang.String aFirstname)
Sets Firstname
Parameters:
aFirstname - java.lang.String

setDataBeanKeyRmaDate

public void setDataBeanKeyRmaDate(java.lang.String aRmaDate)
Sets RmaDate
Parameters:
aRmaDate - java.lang.String

setDataBeanKeyMiddlename

public void setDataBeanKeyMiddlename(java.lang.String aMiddlename)
Sets Middlename
Parameters:
aMiddlename - java.lang.String

setDataBeanKeyRmaId

public void setDataBeanKeyRmaId(java.lang.String aRmaId)
Sets RmaId
Parameters:
aRmaId - java.lang.String

populate

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