@Entity public class StructuredContentFieldGroupXrefImpl extends Object implements StructuredContentFieldGroupXref
| Modifier and Type | Field and Description |
|---|---|
protected FieldGroup |
fieldGroup |
protected Integer |
groupOrder |
protected Long |
id |
protected StructuredContentFieldTemplate |
template |
| Constructor and Description |
|---|
StructuredContentFieldGroupXrefImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends StructuredContentFieldGroupXref> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
FieldGroup |
getFieldGroup() |
Integer |
getGroupOrder()
The order that this field group should have within this template
|
StructuredContentFieldTemplate |
getTemplate() |
void |
setFieldGroup(FieldGroup fieldGroup) |
void |
setGroupOrder(Integer groupOrder) |
void |
setTemplate(StructuredContentFieldTemplate template) |
protected Long id
protected Integer groupOrder
protected StructuredContentFieldTemplate template
protected FieldGroup fieldGroup
public Integer getGroupOrder()
StructuredContentFieldGroupXrefgetGroupOrder in interface StructuredContentFieldGroupXrefpublic void setGroupOrder(Integer groupOrder)
setGroupOrder in interface StructuredContentFieldGroupXrefpublic StructuredContentFieldTemplate getTemplate()
getTemplate in interface StructuredContentFieldGroupXrefpublic void setTemplate(StructuredContentFieldTemplate template)
setTemplate in interface StructuredContentFieldGroupXrefpublic FieldGroup getFieldGroup()
getFieldGroup in interface StructuredContentFieldGroupXrefpublic void setFieldGroup(FieldGroup fieldGroup)
setFieldGroup in interface StructuredContentFieldGroupXrefpublic <G extends StructuredContentFieldGroupXref> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<StructuredContentFieldGroupXref>CloneNotSupportedExceptionCopyright © 2018. All rights reserved.