public class TaxCodeClassificationDataBean
extends com.ibm.commerce.taxation.beansrc.TaxCodeClassificationDataBeanBase
implements com.ibm.commerce.taxation.beans.TaxCodeClassificationInputDataBean, com.ibm.commerce.taxation.beans.TaxCodeClassificationSmartDataBean
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 | iDataBeanKeyNClassificationId
NClassificationId
|
protected TypedProperty | iRequestProperties
Request properties
|
Constructor and Description |
---|
TaxCodeClassificationDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyNClassificationId()
This method returns NClassificationId.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the TaxCodeClassificationDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyNClassificationId(java.lang.String aNClassificationId)
This method sets NClassificationId.
|
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 iDataBeanKeyNClassificationId
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 getDataBeanKeyNClassificationId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyNClassificationId(java.lang.String aNClassificationId)
public void populate() throws java.lang.Exception