public interface StructuredContentFieldTemplate extends Serializable, MultiTenantCloneable<StructuredContentFieldTemplate>
Modifier and Type | Method and Description |
---|---|
List<FieldGroup> |
getFieldGroups()
Returns the list of the field groups for this template.
|
List<StructuredContentFieldGroupXref> |
getFieldGroupXrefs() |
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 |
setFieldGroupXrefs(List<StructuredContentFieldGroupXref> fieldGroupXrefs) |
void |
setId(Long id)
Sets the primary key.
|
void |
setName(String name)
Sets the name.
|
createOrRetrieveCopyInstance
@Nullable List<FieldGroup> getFieldGroups()
List<StructuredContentFieldGroupXref> getFieldGroupXrefs()
void setFieldGroupXrefs(List<StructuredContentFieldGroupXref> fieldGroupXrefs)
void setFieldGroups(@Nullable List<FieldGroup> fieldGroups)
fieldGroups
- Copyright © 2022. All rights reserved.