public class ForumMessageLightListBean extends NegotiationListBean implements ForumMessageLightListInputDataBean, ForumMessageLightListSmartDataBean
NegotiationListBean
,
CommandDataBean
,
Serialized FormsortingAtt
COPYRIGHT
emptyString
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, setSortAttByString
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequestProperties, setRequestProperties
public ForumMessageLightListBean()
public java.lang.String getForumId()
getForumId
in interface ForumMessageLightListSmartDataBean
public ForumMessageLightDataBean[] getForumMessageBeans()
getForumMessageBeans
in interface ForumMessageLightListSmartDataBean
public java.lang.String getMsgStatus()
getMsgStatus
in interface ForumMessageLightListSmartDataBean
public java.lang.String getParentMsgId()
getParentMsgId
in interface ForumMessageLightListSmartDataBean
public java.lang.String getPosterId()
getPosterId
in interface ForumMessageLightListSmartDataBean
public java.lang.String getRootMsgId()
getRootMsgId
in interface ForumMessageLightListSmartDataBean
public java.lang.String getTargetId()
getTargetId
in interface ForumMessageLightListSmartDataBean
public java.lang.String getViewStatus()
getViewStatus
in interface ForumMessageLightListSmartDataBean
public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
- if any problems are encountered.public void setForumId(java.lang.String newForumId)
setForumId
in interface ForumMessageLightListInputDataBean
newForumId
- the relevant forum ID.public void setForumMessageBeans(ForumMessageLightDataBean[] newForumMessageBeans)
setForumMessageBeans
in interface ForumMessageLightListInputDataBean
newForumMessageBeans
- The array of forum message lights data beans.public void setMsgStatus(java.lang.String newMsgStatus)
setMsgStatus
in interface ForumMessageLightListInputDataBean
newMsgStatus
- the message status; Active or Deleted.public void setParentMsgId(java.lang.String newParentMsgId)
setParentMsgId
in interface ForumMessageLightListInputDataBean
newParentMsgId
- 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 ForumMessageLightListInputDataBean
newPosterId
- the ID of the user posting the message.public void setRootMsgId(java.lang.String newRootMsgId)
setRootMsgId
in interface ForumMessageLightListInputDataBean
newRootMsgId
- the ID of the first (root) message in the current thread.public void setTargetId(java.lang.String newTargetId)
setTargetId
in interface ForumMessageLightListInputDataBean
newTargetId
- the ID of the relevant auction.public void setViewStatus(java.lang.String newViewStatus)
setViewStatus
in interface ForumMessageLightListInputDataBean
newViewStatus
- the view status; Public or Private.public java.lang.Integer getMessagesNum()