com.ibm.commerce.ordermanagement.beans
Class MerchantReturnReasonsDataBean

java.lang.Object
  |
  +--com.ibm.commerce.ordermanagement.beansrc.MerchantReturnReasonsListDataBeanBase
        |
        +--com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsDataBean

public class MerchantReturnReasonsDataBean
extends com.ibm.commerce.ordermanagement.beansrc.MerchantReturnReasonsListDataBeanBase

MerchantReturnReasonsDataBean

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright
protected  CommandContext iCommandContext
          Command context
protected  java.lang.String iDataBeanKeyCode
          Code
protected  java.lang.String iDataBeanKeyReasonDescription
          ReasonDescription
protected  java.lang.String iDataBeanKeyReasonId
          ReasonId
protected  java.lang.String iDataBeanKeyReasonType
          ReasonType
protected  java.lang.String iDataBeanKeyStoreentId
          StoreentId
protected  TypedProperty iRequestProperties
          Request properties
 
Constructor Summary
MerchantReturnReasonsDataBean()
           
 
Method Summary
  CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyCode()
          Returns Code
 java.lang.String getDataBeanKeyReasonDescription()
          Returns ReasonDescription
 java.lang.String getDataBeanKeyReasonId()
          Returns ReasonId
 java.lang.String getDataBeanKeyReasonType()
          Returns ReasonType
 java.lang.String getDataBeanKeyStoreentId()
          Returns StoreentId
  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 setDataBeanKeyCode(java.lang.String aCode)
          Sets Code
 void setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
          Sets ReasonDescription
 void setDataBeanKeyReasonId(java.lang.String aReasonId)
          Sets ReasonId
 void setDataBeanKeyReasonType(java.lang.String aReasonType)
          Sets ReasonType
 void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
          Sets StoreentId
 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

iDataBeanKeyReasonDescription

protected java.lang.String iDataBeanKeyReasonDescription
ReasonDescription

iDataBeanKeyCode

protected java.lang.String iDataBeanKeyCode
Code

iDataBeanKeyReasonId

protected java.lang.String iDataBeanKeyReasonId
ReasonId

iDataBeanKeyStoreentId

protected java.lang.String iDataBeanKeyStoreentId
StoreentId

iDataBeanKeyReasonType

protected java.lang.String iDataBeanKeyReasonType
ReasonType
Constructor Detail

MerchantReturnReasonsDataBean

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

getDataBeanKeyReasonDescription

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

getDataBeanKeyCode

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

getDataBeanKeyReasonId

public java.lang.String getDataBeanKeyReasonId()
Returns ReasonId
Returns:
java.lang.String

getDataBeanKeyStoreentId

public java.lang.String getDataBeanKeyStoreentId()
Returns StoreentId
Returns:
java.lang.String

getDataBeanKeyReasonType

public java.lang.String getDataBeanKeyReasonType()
Returns ReasonType
Returns:
java.lang.String

setDataBeanKeyReasonDescription

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

setDataBeanKeyCode

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

setDataBeanKeyReasonId

public void setDataBeanKeyReasonId(java.lang.String aReasonId)
Sets ReasonId
Parameters:
aReasonId - java.lang.String

setDataBeanKeyStoreentId

public void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
Sets StoreentId
Parameters:
aStoreentId - java.lang.String

setDataBeanKeyReasonType

public void setDataBeanKeyReasonType(java.lang.String aReasonType)
Sets ReasonType
Parameters:
aReasonType - java.lang.String

populate

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