public class PolicyTCRelationDataBean
extends com.ibm.commerce.contract.beansrc.PolicyTCRelationDataBeanBase
implements com.ibm.commerce.contract.beans.PolicyTCRelationInputDataBean, com.ibm.commerce.contract.beans.PolicyTCRelationSmartDataBean
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 | iDataBeanKeyPolicyReferenceNumber
Policy Reference Number
|
protected java.lang.String | iDataBeanKeyTcReferenceNumber
Term Condition Reference Number
|
protected TypedProperty | iRequestProperties
Request properties
|
Constructor and Description |
---|
PolicyTCRelationDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
Gets the command context set within this bean.
|
java.lang.String | getDataBeanKeyPolicyReferenceNumber()
Gets the policy ID.
|
java.lang.String | getDataBeanKeyTcReferenceNumber()
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 | setDataBeanKeyPolicyReferenceNumber(java.lang.String aPolicyReferenceNumber)
Sets the policy ID.
|
void | setDataBeanKeyTcReferenceNumber(java.lang.String aTcReferenceNumber)
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 iDataBeanKeyPolicyReferenceNumber
protected java.lang.String iDataBeanKeyTcReferenceNumber
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 getDataBeanKeyPolicyReferenceNumber()
public java.lang.String getDataBeanKeyTcReferenceNumber()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyPolicyReferenceNumber(java.lang.String aPolicyReferenceNumber)
public void setDataBeanKeyTcReferenceNumber(java.lang.String aTcReferenceNumber)
public void populate() throws java.lang.Exception