public interface ContentZoneDefinition extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<ContentZoneDefinition>
Modifier and Type | Method and Description |
---|---|
List<ContentZoneDefinitionXref> |
getAllowedWidgets()
Gets the widgets that are allowed for this content zone definition
|
Long |
getId() |
String |
getName()
Gets the name for this content zone definition
|
void |
setAllowedWidgets(List<ContentZoneDefinitionXref> widgets)
Sets the widgets that are allowed for this content zone definition
|
void |
setId(Long id) |
void |
setName(String name)
Sets the name for this content zone definition
|
Long getId()
void setId(Long id)
String getName()
void setName(String name)
name
- - the nameList<ContentZoneDefinitionXref> getAllowedWidgets()
void setAllowedWidgets(List<ContentZoneDefinitionXref> widgets)
widgets
- - the allowed widgetsCopyright © 2020. All rights reserved.