java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.MessageAccessBean
com.ibm.commerce.negotiation.beans.MessageDataBean
Retrieves information about a message. The primary key is message id.
Field Summary | |
protected java.lang.String | aString |
protected CommandContext | commandContext |
protected java.lang.String | messageId |
protected java.lang.String | msgSenderId |
protected TypedProperty | requestProperties |
Fields inherited from interface com.ibm.commerce.beans.SmartDataBean |
COPYRIGHT |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
MessageDataBean() Constructs a MessageDataBean object. |
|
MessageDataBean(MessageAccessBean anAccessBean) Constructs a MessageDataBean object. |
Method Summary | |
CommandContext | getCommandContext() Get command context. |
java.lang.String | getMessageId() Get message id. |
java.lang.String | getMsgDelayDate() Get message delay date. |
java.lang.String | getMsgDelayTime() Get message delay time. |
java.lang.String | getMsgPostDate() Get message post date. |
java.lang.String | getMsgPostTime() Get message post time. |
TypedProperty | getRequestProperties() Fetches the command properties. |
void | populate() Retrieves message information and populates MessageDataBean object. |
void | setCommandContext(CommandContext aCommandContext) Set command context. |
void | setMessageId(java.lang.String newMessageId) Set message id. |
void | setRequestProperties(TypedProperty newRequestProperties) Copies the request properties. |
Methods inherited from class com.ibm.commerce.negotiation.objects.MessageAccessBean |
commitCopyHelper, defaultJNDIName, findAllMessages, findBySender, getBase, getBaseInEJBType, getContent, getDelayTime, getDelayTimeInEJBType, getId, getIdInEJBType, getMsgParam1, getMsgParam2, getMsgParam3, getMsgType, getMsgTypeInEJBType, getPostTime, getPostTimeInEJBType, getSenderId, getSenderIdInEJBType, getSubject, getTargetId, getTargetIdInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, sendTo, setBase, setBase, setContent, setDelayTime, setDelayTime, setDelayTimePeriod, setId, setId, setInitKey_id, setMsgParam1, setMsgParam2, setMsgParam3, setMsgStatus, setMsgType, setMsgType, setPostTime, setPostTime, setSenderId, setSenderId, setSendStatus, setSubject, setTargetId, setTargetId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String messageId
protected java.lang.String msgSenderId
protected java.lang.String aString
protected CommandContext commandContext
protected TypedProperty requestProperties
Constructor Detail |
public MessageDataBean()
public MessageDataBean(MessageAccessBean anAccessBean) throws java.lang.Exception
Method Detail |
public CommandContext getCommandContext()
public java.lang.String getMessageId()
public java.lang.String getMsgDelayDate()
public java.lang.String getMsgDelayTime()
public java.lang.String getMsgPostDate()
public java.lang.String getMsgPostTime()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
public void setMessageId(java.lang.String newMessageId)
public void setRequestProperties(TypedProperty newRequestProperties)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.