com.ibm.commerce.ordermanagement.beans
Class CustomerReturnReasonListDataBean

java.lang.Object
  |
  +--com.ibm.commerce.ordermanagement.beansrc.CustomerReturnReasonListListDataBeanBase
        |
        +--com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonListDataBean

public class CustomerReturnReasonListDataBean
extends com.ibm.commerce.ordermanagement.beansrc.CustomerReturnReasonListListDataBeanBase

CustomerReturnReasonListDataBean

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          IBM copyright
protected  CommandContext iCommandContext
          Command context
protected   ReturnReasonDataBean[] iCustomerReturnReasonListDataBean
          ReturnReasonDataBean array
protected  java.lang.String iDataBeanKeyCode
          Code
protected  java.lang.String iDataBeanKeyStoreentId1
          StoreentId1
protected  java.lang.String iDataBeanKeyStoreentId2
          StoreentId2
protected  TypedProperty iRequestProperties
          Request properties
 
Constructor Summary
CustomerReturnReasonListDataBean()
           
 
Method Summary
  CommandContext getCommandContext()
          Gets the command context set within this bean.
  ReturnReasonDataBean[] getCustomerReturnReasonList()
          ReturnReasonDataBean array
 java.lang.String getDataBeanKeyCode()
          Returns Code
 java.lang.String getDataBeanKeyStoreentId1()
          Returns StoreentId1
 java.lang.String getDataBeanKeyStoreentId2()
          Returns StoreentId2
  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 setCustomerReturnReasonList( ReturnReasonDataBean[] aListDataBean)
          Sets ReturnReasonDataBean array
 void setDataBeanKeyCode(java.lang.String aCode)
          Sets Code
 void setDataBeanKeyStoreentId1(java.lang.String aStoreentId1)
          Sets StoreentId1
 void setDataBeanKeyStoreentId2(java.lang.String aStoreentId2)
          Sets StoreentId2
 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

iDataBeanKeyCode

protected java.lang.String iDataBeanKeyCode
Code

iDataBeanKeyStoreentId2

protected java.lang.String iDataBeanKeyStoreentId2
StoreentId2

iDataBeanKeyStoreentId1

protected java.lang.String iDataBeanKeyStoreentId1
StoreentId1

iCustomerReturnReasonListDataBean

protected ReturnReasonDataBean[] iCustomerReturnReasonListDataBean
ReturnReasonDataBean array
Constructor Detail

CustomerReturnReasonListDataBean

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

getDataBeanKeyCode

public java.lang.String getDataBeanKeyCode()
Returns Code
Returns:
java.lang.String

getCustomerReturnReasonList

public ReturnReasonDataBean[] getCustomerReturnReasonList()
ReturnReasonDataBean array
Returns:
ReturnReasonDataBean[]

getDataBeanKeyStoreentId2

public java.lang.String getDataBeanKeyStoreentId2()
Returns StoreentId2
Returns:
java.lang.String

getDataBeanKeyStoreentId1

public java.lang.String getDataBeanKeyStoreentId1()
Returns StoreentId1
Returns:
java.lang.String

setDataBeanKeyCode

public void setDataBeanKeyCode(java.lang.String aCode)
Sets Code
Parameters:
aCode - java.lang.String

setCustomerReturnReasonList

public void setCustomerReturnReasonList(ReturnReasonDataBean[] aListDataBean)
Sets ReturnReasonDataBean array
Parameters:
aListDataBean - ReturnReasonDataBean[]

setDataBeanKeyStoreentId2

public void setDataBeanKeyStoreentId2(java.lang.String aStoreentId2)
Sets StoreentId2
Parameters:
aStoreentId2 - java.lang.String

setDataBeanKeyStoreentId1

public void setDataBeanKeyStoreentId1(java.lang.String aStoreentId1)
Sets StoreentId1
Parameters:
aStoreentId1 - java.lang.String

populate

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