lumis.service.forum
Class ForumMessageConfig
java.lang.Object
lumis.service.forum.ForumMessageConfig
public class ForumMessageConfig
- extends Object
Object that represents a forum message
- Since:
- 4.2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForumMessageConfig
public ForumMessageConfig()
getDatePosted
public Date getDatePosted()
- Returns:
- the datePosted
setDatePosted
public void setDatePosted(Date datePosted)
- Parameters:
datePosted
- the datePosted to set
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id
- the id to set
getMessage
public String getMessage()
- Returns:
- the message
setMessage
public void setMessage(String message)
- Parameters:
message
- the message to set
getPostedByUser
public String getPostedByUser()
- Returns:
- the postedByUser
setPostedByUser
public void setPostedByUser(String postedByUser)
- Parameters:
postedByUser
- the postedByUser to set
getSubject
public String getSubject()
- Returns:
- the subject
setSubject
public void setSubject(String subject)
- Parameters:
subject
- the subject to set
getTopicContentId
public String getTopicContentId()
- Returns:
- the topicId
setTopicContentId
public void setTopicContentId(String topicId)
- Parameters:
topicId
- the topicId to set
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.