@Entity public class StructuredContentFieldTemplateImpl extends Object implements StructuredContentFieldTemplate
Modifier and Type | Field and Description |
---|---|
protected List<FieldGroup> |
fieldGroups |
protected Long |
id |
protected String |
name |
Constructor and Description |
---|
StructuredContentFieldTemplateImpl() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Long id
protected String name
protected List<FieldGroup> fieldGroups
public Long getId()
StructuredContentFieldTemplate
getId
in interface StructuredContentFieldTemplate
public void setId(Long id)
StructuredContentFieldTemplate
setId
in interface StructuredContentFieldTemplate
id
- the new primary keypublic String getName()
StructuredContentFieldTemplate
getName
in interface StructuredContentFieldTemplate
public void setName(String name)
StructuredContentFieldTemplate
setName
in interface StructuredContentFieldTemplate
public List<FieldGroup> getFieldGroups()
StructuredContentFieldTemplate
getFieldGroups
in interface StructuredContentFieldTemplate
public void setFieldGroups(List<FieldGroup> fieldGroups)
StructuredContentFieldTemplate
setFieldGroups
in interface StructuredContentFieldTemplate
Copyright © 2014. All rights reserved.