lumis.service.forum
Class ForumTopicConfig

Package class diagram package ForumTopicConfig
java.lang.Object
  extended by lumis.service.forum.ForumTopicConfig

public class ForumTopicConfig
extends Object

Object that represents a forum topic

Since:
4.2.0

Constructor Summary
ForumTopicConfig()
           
 
Method Summary
 String getFirstMessageId()
           
 String getForumContentId()
           
 String getId()
           
 Date getLastMessageDate()
           
 String getLastMessageUser()
           
 int getNumberOfMessages()
           
 int getNumberOfViews()
           
 int getState()
           
 String getTopic()
           
 void setFirstMessageId(String firstMessageId)
           
 void setForumContentId(String forumId)
           
 void setId(String id)
           
 void setLastMessageDate(Date lastMessageDate)
           
 void setLastMessageUser(String lastMessageUser)
           
 void setNumberOfMessages(int numberOfMessages)
           
 void setNumberOfViews(int numberOfViews)
           
 void setState(int state)
           
 void setTopic(String topic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForumTopicConfig

public ForumTopicConfig()
Method Detail

getFirstMessageId

public String getFirstMessageId()
Returns:
the firstMessageId

setFirstMessageId

public void setFirstMessageId(String firstMessageId)
Parameters:
firstMessageId - the firstMessageId to set

getForumContentId

public String getForumContentId()
Returns:
the forumId

setForumContentId

public void setForumContentId(String forumId)
Parameters:
forumId - the forumId to set

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getLastMessageDate

public Date getLastMessageDate()
Returns:
the lastMessageDate

setLastMessageDate

public void setLastMessageDate(Date lastMessageDate)
Parameters:
lastMessageDate - the lastMessageDate to set

getLastMessageUser

public String getLastMessageUser()
Returns:
the lastMessageUser

setLastMessageUser

public void setLastMessageUser(String lastMessageUser)
Parameters:
lastMessageUser - the lastMessageUser to set

getNumberOfMessages

public int getNumberOfMessages()
Returns:
the numberOfMessages

setNumberOfMessages

public void setNumberOfMessages(int numberOfMessages)
Parameters:
numberOfMessages - the numberOfMessages to set

getNumberOfViews

public int getNumberOfViews()
Returns:
the numberOfViews

setNumberOfViews

public void setNumberOfViews(int numberOfViews)
Parameters:
numberOfViews - the numberOfViews to set

getState

public int getState()
Returns:
the state

setState

public void setState(int state)
Parameters:
state - the state to set

getTopic

public String getTopic()
Returns:
the topic

setTopic

public void setTopic(String topic)
Parameters:
topic - the topic to set


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.