org.broadleafcommerce.cms.structure.domain
Class StructuredContentFieldTemplateImpl
java.lang.Object
org.broadleafcommerce.cms.structure.domain.StructuredContentFieldTemplateImpl
- All Implemented Interfaces:
- java.io.Serializable, StructuredContentFieldTemplate
@Entity
public class StructuredContentFieldTemplateImpl
- extends java.lang.Object
- implements StructuredContentFieldTemplate
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 java.lang.Long id
name
protected java.lang.String name
fieldGroups
protected java.util.List<FieldGroup> fieldGroups
StructuredContentFieldTemplateImpl
public StructuredContentFieldTemplateImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface StructuredContentFieldTemplate
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface StructuredContentFieldTemplate
getName
public java.lang.String getName()
- Specified by:
getName in interface StructuredContentFieldTemplate
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface StructuredContentFieldTemplate
getFieldGroups
public java.util.List<FieldGroup> getFieldGroups()
- Specified by:
getFieldGroups in interface StructuredContentFieldTemplate
setFieldGroups
public void setFieldGroups(java.util.List<FieldGroup> fieldGroups)
- Specified by:
setFieldGroups in interface StructuredContentFieldTemplate
Copyright © 2011. All Rights Reserved.