public class ForumMessageLightListBean extends NegotiationListBean implements ForumMessageLightListInputDataBean, ForumMessageLightListSmartDataBean
NegotiationListBean,
CommandDataBean,
Serialized FormsortingAttCOPYRIGHTemptyString| Constructor and Description |
|---|
ForumMessageLightListBean()
Constructs a forum message lights list bean.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getForumId()
Gets the forum ID.
|
ForumMessageLightDataBean[] |
getForumMessageBeans()
Gets a sorted list of forum messages light objects.
|
java.lang.Integer |
getMessagesNum()
Gets the number of messages.
|
java.lang.String |
getMsgStatus()
Gets the message status.
|
java.lang.String |
getParentMsgId()
Gets the ID of the parent message.
|
java.lang.String |
getPosterId()
Gets the ID of the user posting the message.
|
java.lang.String |
getRootMsgId()
Gets the ID of the first (root) message in the current thread.
|
java.lang.String |
getTargetId()
Gets the target ID.
|
java.lang.String |
getViewStatus()
Gets the view status.
|
void |
populate()
Creates a sorted list of beans.
|
void |
setForumId(java.lang.String newForumId)
Sets the forum ID.
|
void |
setForumMessageBeans(ForumMessageLightDataBean[] newForumMessageBeans)
Sets the array of forum message beans.
|
void |
setMsgStatus(java.lang.String newMsgStatus)
Sets the value of field msg status.
|
void |
setParentMsgId(java.lang.String newParentMsgId)
Sets the parent message ID.
|
void |
setPosterId(java.lang.String newPosterId)
Sets the ID of the user posting the message.
|
void |
setRootMsgId(java.lang.String newRootMsgId)
Sets the ID of the first (root) message in the current thread.
|
void |
setTargetId(java.lang.String newTargetId)
Sets the ID of the relevant auction.
|
void |
setViewStatus(java.lang.String newViewStatus)
Sets view status.
|
getLength, getSortAtt, setSortAtt, setSortAttByStringfulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestProperties, setRequestPropertiespublic ForumMessageLightListBean()
public java.lang.String getForumId()
getForumId in interface ForumMessageLightListSmartDataBeanpublic ForumMessageLightDataBean[] getForumMessageBeans()
getForumMessageBeans in interface ForumMessageLightListSmartDataBeanpublic java.lang.String getMsgStatus()
getMsgStatus in interface ForumMessageLightListSmartDataBeanpublic java.lang.String getParentMsgId()
getParentMsgId in interface ForumMessageLightListSmartDataBeanpublic java.lang.String getPosterId()
getPosterId in interface ForumMessageLightListSmartDataBeanpublic java.lang.String getRootMsgId()
getRootMsgId in interface ForumMessageLightListSmartDataBeanpublic java.lang.String getTargetId()
getTargetId in interface ForumMessageLightListSmartDataBeanpublic java.lang.String getViewStatus()
getViewStatus in interface ForumMessageLightListSmartDataBeanpublic void populate()
throws java.lang.Exception
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.Exception - if any problems are encountered.public void setForumId(java.lang.String newForumId)
setForumId in interface ForumMessageLightListInputDataBeannewForumId - the relevant forum ID.public void setForumMessageBeans(ForumMessageLightDataBean[] newForumMessageBeans)
setForumMessageBeans in interface ForumMessageLightListInputDataBeannewForumMessageBeans - The array of forum message lights data beans.public void setMsgStatus(java.lang.String newMsgStatus)
setMsgStatus in interface ForumMessageLightListInputDataBeannewMsgStatus - the message status; Active or Deleted.public void setParentMsgId(java.lang.String newParentMsgId)
setParentMsgId in interface ForumMessageLightListInputDataBeannewParentMsgId - for a response message, the original message ID;
for an original message, the message ID.public void setPosterId(java.lang.String newPosterId)
setPosterId in interface ForumMessageLightListInputDataBeannewPosterId - the ID of the user posting the message.public void setRootMsgId(java.lang.String newRootMsgId)
setRootMsgId in interface ForumMessageLightListInputDataBeannewRootMsgId - the ID of the first (root) message in the current thread.public void setTargetId(java.lang.String newTargetId)
setTargetId in interface ForumMessageLightListInputDataBeannewTargetId - the ID of the relevant auction.public void setViewStatus(java.lang.String newViewStatus)
setViewStatus in interface ForumMessageLightListInputDataBeannewViewStatus - the view status; Public or Private.public java.lang.Integer getMessagesNum()