@Entity public class StructuredContentFieldTemplateImpl extends Object implements StructuredContentFieldTemplate
| Modifier and Type | Field and Description |
|---|---|
protected List<StructuredContentFieldGroupXref> |
fieldGroupXrefs |
protected Long |
id |
protected String |
name |
| Constructor and Description |
|---|
StructuredContentFieldTemplateImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends StructuredContentFieldTemplate> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
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.
|
protected Long id
protected String name
protected List<StructuredContentFieldGroupXref> fieldGroupXrefs
public Long getId()
StructuredContentFieldTemplategetId in interface StructuredContentFieldTemplatepublic void setId(Long id)
StructuredContentFieldTemplatesetId in interface StructuredContentFieldTemplateid - the new primary keypublic String getName()
StructuredContentFieldTemplategetName in interface StructuredContentFieldTemplatepublic void setName(String name)
StructuredContentFieldTemplatesetName in interface StructuredContentFieldTemplatepublic List<FieldGroup> getFieldGroups()
StructuredContentFieldTemplategetFieldGroups in interface StructuredContentFieldTemplatepublic void setFieldGroups(List<FieldGroup> fieldGroups)
StructuredContentFieldTemplatesetFieldGroups in interface StructuredContentFieldTemplatepublic List<StructuredContentFieldGroupXref> getFieldGroupXrefs()
getFieldGroupXrefs in interface StructuredContentFieldTemplatepublic void setFieldGroupXrefs(List<StructuredContentFieldGroupXref> fieldGroupXrefs)
setFieldGroupXrefs in interface StructuredContentFieldTemplatepublic <G extends StructuredContentFieldTemplate> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<StructuredContentFieldTemplate>CloneNotSupportedExceptionCopyright © 2021. All rights reserved.