lumis.service.forum
Class ForumConfig

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

public class ForumConfig
extends Object

Object that represents a forum

Since:
4.2.0

Constructor Summary
ForumConfig()
           
 
Method Summary
 String getCategoryContentId()
           
 String getDescription()
           
 String getId()
           
 Date getLastMessageDate()
           
 String getLastMessageUser()
           
 String getModerator()
           
 String getName()
           
 int getNumberOfMessages()
           
 int getNumberOfTopics()
           
 int getState()
           
 void setCategoryContentId(String categoryId)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setLastMessageDate(Date lastMessageDate)
           
 void setLastMessageUser(String lastMessageUser)
           
 void setModerator(String moderator)
           
 void setName(String name)
           
 void setNumberOfMessages(int numberOfMessages)
           
 void setNumberOfTopics(int numberOfTopics)
           
 void setState(int state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForumConfig

public ForumConfig()
Method Detail

getCategoryContentId

public String getCategoryContentId()
Returns:
the categoryId

setCategoryContentId

public void setCategoryContentId(String categoryId)
Parameters:
categoryId - the categoryId to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description 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

getModerator

public String getModerator()
Returns:
the moderator

setModerator

public void setModerator(String moderator)
Parameters:
moderator - the moderator to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getNumberOfMessages

public int getNumberOfMessages()
Returns:
the numberOfMessages

setNumberOfMessages

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

getNumberOfTopics

public int getNumberOfTopics()
Returns:
the numberOfTopics

setNumberOfTopics

public void setNumberOfTopics(int numberOfTopics)
Parameters:
numberOfTopics - the numberOfTopics to set

getState

public int getState()
Returns:
the state

setState

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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.