public class WikiPage 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 |
|---|
WikiPage(String id,
String title,
String link)
Instantiates a new wiki page.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getLink()
Gets the link.
|
String |
getTitle()
Gets the title.
|
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.