@Entity public class PageTemplateImpl extends Object implements PageTemplate, AdminMainEntity
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldGroup> |
fieldGroups |
protected Long |
id |
protected Locale |
locale |
protected String |
templateDescription |
protected String |
templateName |
protected String |
templatePath |
MAIN_ENTITY_NAME_PROPERTY| Constructor and Description |
|---|
PageTemplateImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldGroup> |
getFieldGroups() |
Long |
getId() |
Locale |
getLocale() |
String |
getMainEntityName() |
String |
getTemplateDescription() |
String |
getTemplateName() |
String |
getTemplatePath() |
void |
setFieldGroups(List<FieldGroup> fieldGroups) |
void |
setId(Long id) |
void |
setLocale(Locale locale) |
void |
setTemplateDescription(String templateDescription) |
void |
setTemplateName(String templateName) |
void |
setTemplatePath(String templatePath) |
protected Long id
protected String templateName
protected String templateDescription
protected String templatePath
protected Locale locale
protected List<FieldGroup> fieldGroups
public Long getId()
getId in interface PageTemplatepublic void setId(Long id)
setId in interface PageTemplatepublic String getTemplateName()
getTemplateName in interface PageTemplatepublic void setTemplateName(String templateName)
setTemplateName in interface PageTemplatepublic String getTemplateDescription()
getTemplateDescription in interface PageTemplatepublic void setTemplateDescription(String templateDescription)
setTemplateDescription in interface PageTemplatepublic String getTemplatePath()
getTemplatePath in interface PageTemplatepublic void setTemplatePath(String templatePath)
setTemplatePath in interface PageTemplatepublic Locale getLocale()
getLocale in interface PageTemplatepublic void setLocale(Locale locale)
setLocale in interface PageTemplatepublic List<FieldGroup> getFieldGroups()
getFieldGroups in interface PageTemplatepublic void setFieldGroups(List<FieldGroup> fieldGroups)
setFieldGroups in interface PageTemplatepublic String getMainEntityName()
getMainEntityName in interface AdminMainEntityCopyright © 2014. All rights reserved.