java.lang.Object | +--com.ibm.commerce.usertraffic.beansrc.UserTrafficDataBeanBase | +--com.ibm.commerce.usertraffic.beans.UserTrafficDataBean
Reserved for IBM internal use.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
protected
CommandContext |
iCommandContext |
protected
java.lang.String |
iDataBeanKeyUserTrafficId |
protected
TypedProperty |
iRequestProperties |
Constructor Summary | |
---|---|
UserTrafficDataBean() |
Method Summary | |
---|---|
CommandContext |
getCommandContext() Reserved for IBM internal use. |
java.lang.String |
getDataBeanKeyUserTrafficId() Reserved for IBM internal use. |
TypedProperty |
getRequestProperties() Reserved for IBM internal use. |
void |
populate() Reserved for IBM internal use. |
void |
setCommandContext(
CommandContext aCommandContext) Reserved for IBM internal use. |
void |
setDataBeanKeyUserTrafficId(java.lang.String aUserTrafficId) Reserved for IBM internal use. |
void |
setRequestProperties(
TypedProperty aRequestProperty) Reserved for IBM internal use. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyUserTrafficId
Constructor Detail |
---|
public UserTrafficDataBean()
Method Detail |
---|
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
aRequestProperty
- request propertiesjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public java.lang.String getDataBeanKeyUserTrafficId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
aCommandContext
- command contextpublic void setDataBeanKeyUserTrafficId(java.lang.String aUserTrafficId)
aUserTrafficId
- user traffic Idpublic void populate() throws java.lang.Exception
java.lang.Exception