@Entity public class PageTemplateImpl extends Object implements PageTemplate, AdminMainEntity
| Modifier and Type | Field and Description |
|---|---|
protected List<PageTemplateFieldGroupXref> |
fieldGroups |
protected Long |
id |
protected List<FieldGroup> |
legacyFieldGroups |
protected Locale |
locale
Deprecated.
|
protected String |
templateDescription |
protected String |
templateName |
protected String |
templatePath |
MAIN_ENTITY_NAME_PROPERTY| Constructor and Description |
|---|
PageTemplateImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends PageTemplate> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
List<FieldGroup> |
getFieldGroups()
Deprecated.
|
List<PageTemplateFieldGroupXref> |
getFieldGroupXrefs() |
Long |
getId() |
Locale |
getLocale() |
String |
getMainEntityName() |
String |
getTemplateDescription() |
String |
getTemplateName() |
String |
getTemplatePath() |
void |
setFieldGroups(List<FieldGroup> fieldGroups)
Deprecated.
|
void |
setFieldGroupXrefs(List<PageTemplateFieldGroupXref> 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
@Deprecated protected Locale locale
protected List<PageTemplateFieldGroupXref> fieldGroups
protected List<FieldGroup> legacyFieldGroups
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 PageTemplate@Deprecated public List<FieldGroup> getFieldGroups()
getFieldGroups in interface PageTemplate@Deprecated public void setFieldGroups(List<FieldGroup> fieldGroups)
setFieldGroups in interface PageTemplatepublic List<PageTemplateFieldGroupXref> getFieldGroupXrefs()
getFieldGroupXrefs in interface PageTemplatepublic void setFieldGroupXrefs(List<PageTemplateFieldGroupXref> fieldGroups)
setFieldGroupXrefs in interface PageTemplatepublic String getMainEntityName()
getMainEntityName in interface AdminMainEntitypublic <G extends PageTemplate> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<PageTemplate>CloneNotSupportedExceptionCopyright © 2015. All Rights Reserved.