com.ibm.commerce.ordermanagement.beans
Class ReturnReasonsDataBean

java.lang.Object
  com.ibm.commerce.ordermanagement.beansrc.ReturnReasonsListDataBeanBase
      com.ibm.commerce.ordermanagement.beans.ReturnReasonsDataBean

public class ReturnReasonsDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnReasonsListDataBeanBase

ReturnReasonsDataBean

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 iDataBeanKeyDescription
Description
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
ReturnReasonsDataBean()
Method Summary
CommandContext getCommandContext()
Gets the command context set within this bean.
java.lang.String getDataBeanKeyCode()
Returns Code
java.lang.String getDataBeanKeyDescription()
Returns Description
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 setDataBeanKeyDescription(java.lang.String aDescription)
Sets Description
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

COPYRIGHT

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

iDataBeanKeyDescription

protected java.lang.String iDataBeanKeyDescription
Description

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

ReturnReasonsDataBean

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

getDataBeanKeyDescription

public java.lang.String getDataBeanKeyDescription()
Returns Description
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

setDataBeanKeyDescription

public void setDataBeanKeyDescription(java.lang.String aDescription)
Sets Description
Parameters:
aDescription - 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

Feedback