org.broadleafcommerce.cms.page.domain
Class PageTemplateImpl

java.lang.Object
  extended by 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

Field Summary
protected  List<FieldGroup> fieldGroups
           
protected  Long id
           
protected  Locale locale
           
protected  String templateDescription
           
protected  String templateName
           
protected  String templatePath
           
 
Constructor Summary
PageTemplateImpl()
           
 
Method Summary
 List<FieldGroup> getFieldGroups()
           
 Long getId()
           
 Locale getLocale()
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PageTemplateImpl

public PageTemplateImpl()
Method Detail

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 © 2012. All Rights Reserved.