@Entity(name="WikiTemplateEntity") public class TemplateEntity extends BasePageEntity
| Constructor and Description |
|---|
TemplateEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getId() |
WikiEntity |
getWiki() |
void |
setDescription(String description) |
void |
setWiki(WikiEntity wiki) |
getAuthor, getContent, getCreatedDate, getName, getSyntax, getTitle, getUpdatedDate, setAuthor, setContent, setCreatedDate, setName, setSyntax, setTitle, setUpdatedDatepublic long getId()
public String getDescription()
public void setDescription(String description)
public WikiEntity getWiki()
public void setWiki(WikiEntity wiki)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.