public class TemplateBean extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
ID |
static String |
TITLE |
| Constructor and Description |
|---|
TemplateBean(String id,
String title,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getTitle() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setTitle(String title) |
public static final String TITLE
public static final String DESCRIPTION
public static final String ID
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.