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 FieldGroup
s within a StructuredContentFieldTemplate
- Author:
- Phillip Verheyden (phillipuniverse)
-
Method Summary
Modifier and TypeMethodDescriptionThe order that this field group should have within this templatevoid
setFieldGroup
(FieldGroup fieldGroup) void
setGroupOrder
(Integer groupOrder) void
setTemplate
(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
-