public class Forum extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Forum.Access |
| Constructor and Description |
|---|
Forum() |
| Modifier and Type | Method and Description |
|---|---|
Forum.Access |
getAccess() |
Long |
getCategoryId() |
Date |
getCreatedAt() |
String |
getDescription() |
TopicType |
getForumType() |
Long |
getId() |
Long |
getLocaleId() |
Boolean |
getLocked() |
String |
getName() |
Long |
getOrganizationId() |
Long |
getPosition() |
List<String> |
getTags() |
Long |
getUnansweredTopics() |
Date |
getUpdatedAt() |
String |
getUrl() |
void |
setAccess(Forum.Access access) |
void |
setCategoryId(Long categoryId) |
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description) |
void |
setForumType(TopicType forumType) |
void |
setId(Long id) |
void |
setLocaleId(Long localeId) |
void |
setLocked(Boolean locked) |
void |
setName(String name) |
void |
setOrganizationId(Long organizationId) |
void |
setPosition(Long position) |
void |
setTags(List<String> tags) |
void |
setUnansweredTopics(Long unansweredTopics) |
void |
setUpdatedAt(Date updatedAt) |
void |
setUrl(String url) |
public Long getId()
public void setId(Long id)
public String getUrl()
public void setUrl(String url)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Long getCategoryId()
public void setCategoryId(Long categoryId)
public Long getOrganizationId()
public void setOrganizationId(Long organizationId)
public Long getLocaleId()
public void setLocaleId(Long localeId)
public Boolean getLocked()
public void setLocked(Boolean locked)
public Long getUnansweredTopics()
public void setUnansweredTopics(Long unansweredTopics)
public Long getPosition()
public void setPosition(Long position)
public TopicType getForumType()
public void setForumType(TopicType forumType)
public Forum.Access getAccess()
public void setAccess(Forum.Access access)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
Copyright © 2013–2020. All rights reserved.