public class InventoryAdjustmentCodeDescriptionDataBean
extends com.ibm.commerce.inventory.beansrc.InventoryAdjustmentCodeDescriptionDataBeanBase
implements com.ibm.commerce.inventory.beans.InventoryAdjustmentCodeDescriptionInputDataBean, com.ibm.commerce.inventory.beans.InventoryAdjustmentCodeDescriptionSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyInvAdjCodeId |
protected java.lang.String | iDataBeanKeyLanguageId |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
InventoryAdjustmentCodeDescriptionDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyInvAdjCodeId()
This method returns the databean key:InvAdjCodeId.
|
java.lang.String | getDataBeanKeyLanguageId()
This method returns the databean key:language id.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the InventoryAdjustmentCodeDescriptionDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyInvAdjCodeId(java.lang.String aInvAdjCodeId)
This method sets the databean key:InvAdjCodeId.
|
void | setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets the databean key:language id.
|
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 iDataBeanKeyLanguageId
protected java.lang.String iDataBeanKeyInvAdjCodeId
public InventoryAdjustmentCodeDescriptionDataBean()
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 getDataBeanKeyLanguageId()
public java.lang.String getDataBeanKeyInvAdjCodeId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
public void setDataBeanKeyInvAdjCodeId(java.lang.String aInvAdjCodeId)
public void populate() throws java.lang.Exception