public class ItemVersionDataBean
extends com.ibm.commerce.inventory.beansrc.ItemVersionDataBeanBase
implements com.ibm.commerce.inventory.beans.ItemVersionInputDataBean, com.ibm.commerce.inventory.beans.ItemVersionSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyItemversnId |
protected TypedProperty | iRequestProperties |
Constructor and Description |
---|
ItemVersionDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyItemversnId()
This method returns the databean key:ItemversnId.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the ItemVersionDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyItemversnId(java.lang.String aItemversnId)
This method sets the databean key:ItemversnId.
|
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 iDataBeanKeyItemversnId
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 getDataBeanKeyItemversnId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyItemversnId(java.lang.String aItemversnId)
public void populate() throws java.lang.Exception