public class TemplatesBean extends BaseBean
| Constructor and Description |
|---|
TemplatesBean() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
Returns the maximum number of templates that could be fetched from the
server against a specific query for templates.
|
List<TemplateBean> |
getTemplates()
List of templates returned in a paged result.
|
void |
setCount(Integer count)
Sets the maximum number of templates that could be fetched from the
server against a specific query for templates.
|
public Integer getCount()
public void setCount(Integer count)
count - maximum number of templates that could be fetched from the server against a specific query for templates.public List<TemplateBean> getTemplates()