|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StructuredContentFieldTemplate
A structured content field template holds the structure for a structured content. For example, an 'Ad' template might describe the fields 'Ad URL' and 'Target URL'. The 'Ad' template might be used in multiple StructuredContentType instances such as 'Home Page Banner Ad' or 'Cart Bottom Ad', etc.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
@Nullable Long getId()
void setId(@Nullable
Long id)
id - the new primary key@Nonnull String getName()
void setName(@Nonnull
String name)
@Nullable List<FieldGroup> getFieldGroups()
void setFieldGroups(@Nullable
List<FieldGroup> fieldGroups)
fieldGroups -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||