public class OutputQueueDescriptionDataBean
extends com.ibm.commerce.inventory.beansrc.OutputQueueDescriptionDataBeanBase
implements com.ibm.commerce.inventory.beans.OutputQueueDescriptionInputDataBean, com.ibm.commerce.inventory.beans.OutputQueueDescriptionSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyOutputQId |
protected TypedProperty | iRequestProperties |
protected java.lang.String | languageId |
Constructor and Description |
---|
OutputQueueDescriptionDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyOutputQId()
This method returns the databean key:OutputQId.
|
java.lang.String | getLanguageId()
This method returns the languageId.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the OutputQueueDescriptionDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyOutputQId(java.lang.String aOutputQId)
This method sets the databean key:OutputQId.
|
void | setLanguageId(java.lang.String languageId)
This method sets the languageId.
|
void | setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyOutputQId
protected java.lang.String languageId
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public java.lang.String getDataBeanKeyOutputQId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyOutputQId(java.lang.String aOutputQId)
public void populate() throws java.lang.Exception
public java.lang.String getLanguageId()
public void setLanguageId(java.lang.String languageId)