public interface StructuredContentFieldTemplate extends Serializable
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.
|
@Nullable List<FieldGroup> getFieldGroups()
void setFieldGroups(@Nullable List<FieldGroup> fieldGroups)
fieldGroups
- Copyright © 2014. All rights reserved.