public class ForumTopic extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The id.
|
protected String |
link
The link.
|
protected String |
title
The title.
|
| Constructor and Description |
|---|
ForumTopic(String id,
String title,
String link)
Instantiates a new forum topic.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getLink()
Gets the link.
|
String |
getTitle()
Gets the title.
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.