org.exoplatform.forum.service
Class Forum
java.lang.Object
org.exoplatform.forum.service.Forum
public class Forum
- extends java.lang.Object
March 2, 2007
|
Constructor Summary |
Forum()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Forum
public Forum()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getCategoryId
public java.lang.String getCategoryId()
- This method should:
Calculate the category id base on the forum id
- Returns:
- The category id
getOwner
public java.lang.String getOwner()
setOwner
public void setOwner(java.lang.String owner)
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
getForumOrder
public int getForumOrder()
setForumOrder
public void setForumOrder(int forumOrder)
getCreatedDate
public java.util.Date getCreatedDate()
setCreatedDate
public void setCreatedDate(java.util.Date createdDate)
getModifiedBy
public java.lang.String getModifiedBy()
setModifiedBy
public void setModifiedBy(java.lang.String modifiedBy)
getModifiedDate
public java.util.Date getModifiedDate()
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
getLastTopicPath
public java.lang.String getLastTopicPath()
setLastTopicPath
public void setLastTopicPath(java.lang.String lastTopicPath)
getForumName
public java.lang.String getForumName()
setForumName
public void setForumName(java.lang.String forumName)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getPostCount
public long getPostCount()
setPostCount
public void setPostCount(long postCount)
getTopicCount
public long getTopicCount()
setTopicCount
public void setTopicCount(long topicCount)
getNotifyWhenAddTopic
public java.lang.String[] getNotifyWhenAddTopic()
setNotifyWhenAddTopic
public void setNotifyWhenAddTopic(java.lang.String[] notifyWhenAddTopic)
getNotifyWhenAddPost
public java.lang.String[] getNotifyWhenAddPost()
setNotifyWhenAddPost
public void setNotifyWhenAddPost(java.lang.String[] notifyWhenAddPost)
getIsModerateTopic
public boolean getIsModerateTopic()
setIsModerateTopic
public void setIsModerateTopic(boolean isModerateTopic)
getIsModeratePost
public boolean getIsModeratePost()
setIsModeratePost
public void setIsModeratePost(boolean isModeratePost)
getIsClosed
public boolean getIsClosed()
setIsClosed
public void setIsClosed(boolean isClosed)
getIsLock
public boolean getIsLock()
setIsLock
public void setIsLock(boolean isLock)
getCreateTopicRole
public java.lang.String[] getCreateTopicRole()
setCreateTopicRole
public void setCreateTopicRole(java.lang.String[] createTopicRole)
getPoster
public java.lang.String[] getPoster()
setPoster
public void setPoster(java.lang.String[] poster)
getViewer
public java.lang.String[] getViewer()
setViewer
public void setViewer(java.lang.String[] viewer)
getModerators
public java.lang.String[] getModerators()
setModerators
public void setModerators(java.lang.String[] moderators)
getEmailNotification
public java.lang.String[] getEmailNotification()
setEmailNotification
public void setEmailNotification(java.lang.String[] emailNotification)
getBanIP
public java.util.List<java.lang.String> getBanIP()
setBanIP
public void setBanIP(java.util.List<java.lang.String> banIPs)
getIsAutoAddEmailNotify
public boolean getIsAutoAddEmailNotify()
setIsAutoAddEmailNotify
public void setIsAutoAddEmailNotify(boolean isAutoAddEmailNotify)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.