java.lang.Object | +--com.ibm.commerce.ordermanagement.beansrc.CustomerReturnReasonListListDataBeanBase | +--com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonListDataBean
CustomerReturnReasonListDataBean
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright |
protected
CommandContext |
iCommandContext Command context |
protected
ReturnReasonDataBean[] |
iCustomerReturnReasonListDataBean ReturnReasonDataBean array |
protected
java.lang.String |
iDataBeanKeyCode Code |
protected
java.lang.String |
iDataBeanKeyStoreentId1 StoreentId1 |
protected
java.lang.String |
iDataBeanKeyStoreentId2 StoreentId2 |
protected
TypedProperty |
iRequestProperties Request properties |
Constructor Summary | |
---|---|
CustomerReturnReasonListDataBean() |
Method Summary | |
---|---|
CommandContext |
getCommandContext() Gets the command context set within this bean. |
ReturnReasonDataBean[] |
getCustomerReturnReasonList() ReturnReasonDataBean array |
java.lang.String |
getDataBeanKeyCode() Returns Code |
java.lang.String |
getDataBeanKeyStoreentId1() Returns StoreentId1 |
java.lang.String |
getDataBeanKeyStoreentId2() Returns StoreentId2 |
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 |
setCustomerReturnReasonList(
ReturnReasonDataBean[] aListDataBean) Sets ReturnReasonDataBean array |
void |
setDataBeanKeyCode(java.lang.String aCode) Sets Code |
void |
setDataBeanKeyStoreentId1(java.lang.String aStoreentId1) Sets StoreentId1 |
void |
setDataBeanKeyStoreentId2(java.lang.String aStoreentId2) Sets StoreentId2 |
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 iDataBeanKeyCode
protected java.lang.String iDataBeanKeyStoreentId2
protected java.lang.String iDataBeanKeyStoreentId1
protected ReturnReasonDataBean[] iCustomerReturnReasonListDataBean
Constructor Detail |
---|
public CustomerReturnReasonListDataBean()
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 getDataBeanKeyCode()
public ReturnReasonDataBean[] getCustomerReturnReasonList()
public java.lang.String getDataBeanKeyStoreentId2()
public java.lang.String getDataBeanKeyStoreentId1()
public void setDataBeanKeyCode(java.lang.String aCode)
aCode
- java.lang.Stringpublic void setCustomerReturnReasonList(ReturnReasonDataBean[] aListDataBean)
aListDataBean
- ReturnReasonDataBean[]public void setDataBeanKeyStoreentId2(java.lang.String aStoreentId2)
aStoreentId2
- java.lang.Stringpublic void setDataBeanKeyStoreentId1(java.lang.String aStoreentId1)
aStoreentId1
- java.lang.Stringpublic void populate() throws java.lang.Exception
java.lang.Exception