|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.cms.structure.domain.StructuredContentFieldTemplateImpl
@Entity public class StructuredContentFieldTemplateImpl
Created by bpolster.
| Field Summary | |
|---|---|
protected java.util.List<FieldGroup> |
fieldGroups
|
protected java.lang.Long |
id
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
StructuredContentFieldTemplateImpl()
|
|
| Method Summary | |
|---|---|
java.util.List<FieldGroup> |
getFieldGroups()
Returns the list of the field groups for this template. |
java.lang.Long |
getId()
Gets the primary key. |
java.lang.String |
getName()
Gets the name. |
void |
setFieldGroups(java.util.List<FieldGroup> fieldGroups)
Sets the list of field groups for this template. |
void |
setId(java.lang.Long id)
Sets the primary key. |
void |
setName(java.lang.String name)
Sets the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Long id
protected java.lang.String name
protected java.util.List<FieldGroup> fieldGroups
| Constructor Detail |
|---|
public StructuredContentFieldTemplateImpl()
| Method Detail |
|---|
public java.lang.Long getId()
StructuredContentFieldTemplate
getId in interface StructuredContentFieldTemplatepublic void setId(java.lang.Long id)
StructuredContentFieldTemplate
setId in interface StructuredContentFieldTemplateid - the new primary keypublic java.lang.String getName()
StructuredContentFieldTemplate
getName in interface StructuredContentFieldTemplatepublic void setName(java.lang.String name)
StructuredContentFieldTemplate
setName in interface StructuredContentFieldTemplatepublic java.util.List<FieldGroup> getFieldGroups()
StructuredContentFieldTemplate
getFieldGroups in interface StructuredContentFieldTemplatepublic void setFieldGroups(java.util.List<FieldGroup> fieldGroups)
StructuredContentFieldTemplate
setFieldGroups in interface StructuredContentFieldTemplate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||