java.lang.Objectcom.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.ordermanagement.beans.ReturnReasonsListDataBean
ReturnReasonsListDataBean
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright |
protected CommandContext | iCommandContext Command context |
protected java.lang.String | iDataBeanKeyLanguageId LanguageId |
protected java.lang.String | iDataBeanKeyStoreentId StoreentId |
protected TypedProperty | iRequestProperties Request properties |
protected ReturnReasonsDataBean[] | iReturnReasonsListDataBean ReturnReasonsDataBean array |
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
ReturnReasonsListDataBean() |
Method Summary | |
CommandContext | getCommandContext() Gets the command context set within this bean. |
java.lang.String | getDataBeanKeyLanguageId() Returns LanguageId |
java.lang.String | getDataBeanKeyStoreentId() Returns StoreentId |
Protectable | getDelegate() Returns the Protectable object whose access control policies will indirectly control the access control for this object |
java.lang.Long | getOwner() Returns the member id of the owner. |
TypedProperty | getRequestProperties() Gets the request property set within this bean. |
ReturnReasonsDataBean[] | getReturnReasonsList() Returns ReturnReasonsDataBean array |
void | populate() IBM internal use only. |
void | setCommandContext(CommandContext aCommandContext) Sets the command context within this bean. |
void | setDataBeanKeyLanguageId(java.lang.String aLanguageId) Sets LanguageId |
void | setDataBeanKeyStoreentId(java.lang.String aStoreentId) Sets StoreentId |
void | setRequestProperties(TypedProperty aRequestProperty) Sets the request property within this bean. |
void | setReturnReasonsList(ReturnReasonsDataBean[] aListDataBean) Sets ReturnReasonsDataBean array |
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
fulfills, getResources |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills |
Field Detail |
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyLanguageId
protected java.lang.String iDataBeanKeyStoreentId
protected ReturnReasonsDataBean[] iReturnReasonsListDataBean
Constructor Detail |
public ReturnReasonsListDataBean()
Method Detail |
public CommandContext getCommandContext()
public java.lang.String getDataBeanKeyLanguageId()
public java.lang.String getDataBeanKeyStoreentId()
public Protectable getDelegate() throws java.lang.Exception
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
public TypedProperty getRequestProperties()
public ReturnReasonsDataBean[] getReturnReasonsList()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
public void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public void setReturnReasonsList(ReturnReasonsDataBean[] aListDataBean)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.