public interface ContentZone extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<ContentZone>
Modifier and Type | Method and Description |
---|---|
ContentItem |
getDefaultContentItem()
Gets the default content item for this zone
|
String |
getDescription()
Gets the description for this content zone
|
Long |
getId() |
String |
getName()
Gets the name for this content zone
|
ContentZoneDefinition |
getZoneDefinition()
Gets the definition metadata for this zone
|
void |
setDefaultContentItem(ContentItem contentItem)
Sets the default content item for this zone
|
void |
setDescription(String description)
Sets the description for this content zone
|
void |
setId(Long id) |
void |
setName(String name)
Sets the name for this content zone
|
void |
setZoneDefinition(ContentZoneDefinition zoneDefinition)
Sets the definition metadata for this zone
|
Long getId()
void setId(Long id)
String getName()
void setName(String name)
name
- - the nameString getDescription()
void setDescription(String description)
description
- - the descriptionContentItem getDefaultContentItem()
void setDefaultContentItem(ContentItem contentItem)
contentItem
- - the default content itemContentZoneDefinition getZoneDefinition()
void setZoneDefinition(ContentZoneDefinition zoneDefinition)
zoneDefinition
- - the configured zone definitionCopyright © 2020. All rights reserved.