@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 PageTemplate
public void setId(Long id)
setId
in interface PageTemplate
public String getTemplateName()
getTemplateName
in interface PageTemplate
public void setTemplateName(String templateName)
setTemplateName
in interface PageTemplate
public String getTemplateDescription()
getTemplateDescription
in interface PageTemplate
public void setTemplateDescription(String templateDescription)
setTemplateDescription
in interface PageTemplate
public String getTemplatePath()
getTemplatePath
in interface PageTemplate
public void setTemplatePath(String templatePath)
setTemplatePath
in interface PageTemplate
public Locale getLocale()
getLocale
in interface PageTemplate
public void setLocale(Locale locale)
setLocale
in interface PageTemplate
public List<FieldGroup> getFieldGroups()
getFieldGroups
in interface PageTemplate
public void setFieldGroups(List<FieldGroup> fieldGroups)
setFieldGroups
in interface PageTemplate
public String getMainEntityName()
getMainEntityName
in interface AdminMainEntity
Copyright © 2014. All rights reserved.