org.broadleafcommerce.cms.page.domain
Class PageTemplateImpl
java.lang.Object
org.broadleafcommerce.cms.page.domain.PageTemplateImpl
- All Implemented Interfaces:
- Serializable, PageTemplate
@Entity
public class PageTemplateImpl
- extends Object
- implements PageTemplate
Created by bpolster.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
templateName
protected String templateName
templateDescription
protected String templateDescription
templatePath
protected String templatePath
locale
protected Locale locale
fieldGroups
protected List<FieldGroup> fieldGroups
PageTemplateImpl
public PageTemplateImpl()
getId
public Long getId()
- Specified by:
getId in interface PageTemplate
setId
public void setId(Long id)
- Specified by:
setId in interface PageTemplate
getTemplateName
public String getTemplateName()
- Specified by:
getTemplateName in interface PageTemplate
setTemplateName
public void setTemplateName(String templateName)
- Specified by:
setTemplateName in interface PageTemplate
getTemplateDescription
public String getTemplateDescription()
- Specified by:
getTemplateDescription in interface PageTemplate
setTemplateDescription
public void setTemplateDescription(String templateDescription)
- Specified by:
setTemplateDescription in interface PageTemplate
getTemplatePath
public String getTemplatePath()
- Specified by:
getTemplatePath in interface PageTemplate
setTemplatePath
public void setTemplatePath(String templatePath)
- Specified by:
setTemplatePath in interface PageTemplate
getLocale
public Locale getLocale()
- Specified by:
getLocale in interface PageTemplate
setLocale
public void setLocale(Locale locale)
- Specified by:
setLocale in interface PageTemplate
getFieldGroups
public List<FieldGroup> getFieldGroups()
- Specified by:
getFieldGroups in interface PageTemplate
setFieldGroups
public void setFieldGroups(List<FieldGroup> fieldGroups)
- Specified by:
setFieldGroups in interface PageTemplate
Copyright © 2011. All Rights Reserved.