public interface StructuredContentFieldTemplate
extends java.io.Serializable
| 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.
|
@Nullable java.lang.Long getId()
void setId(@Nullable
java.lang.Long id)
id - the new primary key@Nonnull java.lang.String getName()
void setName(@Nonnull
java.lang.String name)
@Nullable java.util.List<FieldGroup> getFieldGroups()
void setFieldGroups(@Nullable
java.util.List<FieldGroup> fieldGroups)
fieldGroups - Copyright © 2018. All Rights Reserved.