|
||||||||||
| 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 List<FieldGroup> |
fieldGroups
|
protected Long |
id
|
protected String |
name
|
| Constructor Summary | |
|---|---|
StructuredContentFieldTemplateImpl()
|
|
| Method Summary | |
|---|---|
List<FieldGroup> |
getFieldGroups()
Returns the list of the field groups for this template. |
Long |
getId()
Gets the primary key. |
String |
getName()
Gets the name. |
void |
setFieldGroups(List<FieldGroup> fieldGroups)
Sets the list of field groups for this template. |
void |
setId(Long id)
Sets the primary key. |
void |
setName(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 Long id
protected String name
protected List<FieldGroup> fieldGroups
| Constructor Detail |
|---|
public StructuredContentFieldTemplateImpl()
| Method Detail |
|---|
public Long getId()
StructuredContentFieldTemplate
getId in interface StructuredContentFieldTemplatepublic void setId(Long id)
StructuredContentFieldTemplate
setId in interface StructuredContentFieldTemplateid - the new primary keypublic String getName()
StructuredContentFieldTemplate
getName in interface StructuredContentFieldTemplatepublic void setName(String name)
StructuredContentFieldTemplate
setName in interface StructuredContentFieldTemplatepublic List<FieldGroup> getFieldGroups()
StructuredContentFieldTemplate
getFieldGroups in interface StructuredContentFieldTemplatepublic void setFieldGroups(List<FieldGroup> fieldGroups)
StructuredContentFieldTemplate
setFieldGroups in interface StructuredContentFieldTemplate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||