@Entity public class StructuredContentFieldTemplateImpl extends java.lang.Object implements StructuredContentFieldTemplate
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FieldGroup> |
fieldGroups |
protected java.lang.Long |
id |
protected java.lang.String |
name |
| Constructor and Description |
|---|
StructuredContentFieldTemplateImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected java.lang.Long id
protected java.lang.String name
protected java.util.List<FieldGroup> fieldGroups
public java.lang.Long getId()
StructuredContentFieldTemplategetId in interface StructuredContentFieldTemplatepublic void setId(java.lang.Long id)
StructuredContentFieldTemplatesetId in interface StructuredContentFieldTemplateid - the new primary keypublic java.lang.String getName()
StructuredContentFieldTemplategetName in interface StructuredContentFieldTemplatepublic void setName(java.lang.String name)
StructuredContentFieldTemplatesetName in interface StructuredContentFieldTemplatepublic java.util.List<FieldGroup> getFieldGroups()
StructuredContentFieldTemplategetFieldGroups in interface StructuredContentFieldTemplatepublic void setFieldGroups(java.util.List<FieldGroup> fieldGroups)
StructuredContentFieldTemplatesetFieldGroups in interface StructuredContentFieldTemplateCopyright © 2018. All Rights Reserved.