public class ProductSetTCExclusionDataBean
extends com.ibm.commerce.contract.beansrc.ProductSetTCExclusionDataBeanBase
implements com.ibm.commerce.contract.beans.ProductSetTCExclusionInputDataBean, com.ibm.commerce.contract.beans.ProductSetTCExclusionSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext
Command context
|
protected java.lang.String | iDataBeanKeyReferenceNumber
Reference Number
|
protected TypedProperty | iRequestProperties
Request properties
|
Constructor and Description |
---|
ProductSetTCExclusionDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
Gets the command context set within this bean.
|
java.lang.String | getDataBeanKeyReferenceNumber()
Gets the term condition ID.
|
TypedProperty | getRequestProperties()
Gets the request property set within this bean.
|
void | populate()
Loads data into the data bean when the DataBeanManager.activate() runs.
|
void | setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void | setDataBeanKeyReferenceNumber(java.lang.String aReferenceNumber)
Sets the term condition ID.
|
void | setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyReferenceNumber
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 getDataBeanKeyReferenceNumber()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyReferenceNumber(java.lang.String aReferenceNumber)
public void populate() throws java.lang.Exception