java.lang.Objectcom.ibm.commerce.ordermanagement.beansrc.MerchantReturnReasonsListDataBeanBase
com.ibm.commerce.ordermanagement.beans.MerchantReturnReasonsDataBean
MerchantReturnReasonsDataBean
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
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyReasonDescription
protected java.lang.String iDataBeanKeyCode
protected java.lang.String iDataBeanKeyReasonId
protected java.lang.String iDataBeanKeyStoreentId
protected java.lang.String iDataBeanKeyReasonType
Constructor Detail |
public MerchantReturnReasonsDataBean()
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 getDataBeanKeyReasonDescription()
public java.lang.String getDataBeanKeyCode()
public java.lang.String getDataBeanKeyReasonId()
public java.lang.String getDataBeanKeyStoreentId()
public java.lang.String getDataBeanKeyReasonType()
public void setDataBeanKeyReasonDescription(java.lang.String aReasonDescription)
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.