java.lang.Objectcom.ibm.commerce.ordermanagement.beansrc.ReturnReasonsListDataBeanBase
com.ibm.commerce.ordermanagement.beans.ReturnReasonsDataBean
ReturnReasonsDataBean
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 |
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyDescription
protected java.lang.String iDataBeanKeyCode
protected java.lang.String iDataBeanKeyReasonId
protected java.lang.String iDataBeanKeyStoreentId
protected java.lang.String iDataBeanKeyReasonType
Constructor Detail |
public ReturnReasonsDataBean()
Method Detail |
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public java.lang.String getDataBeanKeyDescription()
public java.lang.String getDataBeanKeyCode()
public java.lang.String getDataBeanKeyReasonId()
public java.lang.String getDataBeanKeyStoreentId()
public java.lang.String getDataBeanKeyReasonType()
public void setDataBeanKeyDescription(java.lang.String aDescription)
public void setDataBeanKeyCode(java.lang.String aCode)
public void setDataBeanKeyReasonId(java.lang.String aReasonId)
public void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
public void setDataBeanKeyReasonType(java.lang.String aReasonType)
public void populate() throws java.lang.Exception
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.