java.lang.Object | +--com.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
aRequestProperty
-
com.ibm.commerce.datatype.TypedPropertyjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
aCommandContext
-
com.ibm.commerce.command.CommandContextpublic 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)
aDescription
- java.lang.Stringpublic void setDataBeanKeyCode(java.lang.String aCode)
aCode
- java.lang.Stringpublic void setDataBeanKeyReasonId(java.lang.String aReasonId)
aReasonId
- java.lang.Stringpublic void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
aStoreentId
- java.lang.Stringpublic void setDataBeanKeyReasonType(java.lang.String aReasonType)
aReasonType
- java.lang.Stringpublic void populate() throws java.lang.Exception
java.lang.Exception