Interface StructuredContentFieldGroupXref
- All Superinterfaces:
MultiTenantCloneable<StructuredContentFieldGroupXref>,Serializable
- All Known Implementing Classes:
StructuredContentFieldGroupXrefImpl
public interface StructuredContentFieldGroupXref
extends Serializable, MultiTenantCloneable<StructuredContentFieldGroupXref>
XREF entity between a StructuredContentFieldTemplate and a FieldGroup
This was created to facilitate specifying ordering for the FieldGroups within a StructuredContentFieldTemplate
- Author:
- Phillip Verheyden (phillipuniverse)
-
Method Summary
Modifier and TypeMethodDescriptionThe order that this field group should have within this templatevoidsetFieldGroup(FieldGroup fieldGroup) voidsetGroupOrder(Integer groupOrder) voidsetTemplate(StructuredContentFieldTemplate template) Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getGroupOrder
Integer getGroupOrder()The order that this field group should have within this template -
setGroupOrder
-
getTemplate
StructuredContentFieldTemplate getTemplate() -
setTemplate
-
getFieldGroup
FieldGroup getFieldGroup() -
setFieldGroup
-