java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.ForumMessageAccessBean
com.ibm.commerce.negotiation.beans.ForumMessageDataBean
Provides access to data fields of ForumMessageAccessBean.
Field Summary | |
protected CommandContext | commandContext |
static java.lang.String | COPYRIGHT |
protected TypedProperty | requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
ForumMessageDataBean() Constructs a ForumMessageDataBean. |
|
ForumMessageDataBean(ForumMessageAccessBean anAccessBean) Constructs a ForumMessageDataBean. |
Method Summary | |
CommandContext | getCommandContext() Gets the active commandContext. |
java.lang.String | getMsgId() Gets the msgId. |
TypedProperty | getRequestProperties() Fetches the command properties. |
void | populate() Fetches field values from the access bean. |
void | setCommandContext(CommandContext newCommandContext) Sets the active commandContext. |
void | setMsgId(java.lang.String newMsgId) Sets the msgId, uses it to set key field of access bean. |
void | setRequestProperties(TypedProperty newRequestProperties) Copies the input command properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected CommandContext commandContext
protected TypedProperty requestProperties
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ForumMessageDataBean()
public ForumMessageDataBean(ForumMessageAccessBean anAccessBean) throws java.lang.Exception
Method Detail |
public CommandContext getCommandContext()
public java.lang.String getMsgId()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext newCommandContext)
public void setMsgId(java.lang.String newMsgId)
public void setRequestProperties(TypedProperty newRequestProperties)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.