@Entity public class ContentZoneDefinitionImpl extends Object implements ContentZoneDefinition, org.broadleafcommerce.common.admin.domain.AdminMainEntity, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
| Modifier and Type | Field and Description |
|---|---|
protected List<ContentZoneDefinitionXref> |
allowedWidgets |
protected Long |
id |
protected String |
name |
| Constructor and Description |
|---|
ContentZoneDefinitionImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends ContentZoneDefinition> |
createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
List<ContentZoneDefinitionXref> |
getAllowedWidgets()
Gets the widgets that are allowed for this content zone definition
|
Long |
getId() |
String |
getMainEntityName() |
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
|
protected Long id
protected String name
protected List<ContentZoneDefinitionXref> allowedWidgets
public Long getId()
getId in interface ContentZoneDefinitionpublic void setId(Long id)
setId in interface ContentZoneDefinitionpublic List<ContentZoneDefinitionXref> getAllowedWidgets()
ContentZoneDefinitiongetAllowedWidgets in interface ContentZoneDefinitionpublic String getName()
ContentZoneDefinitiongetName in interface ContentZoneDefinitionpublic void setName(String name)
ContentZoneDefinitionsetName in interface ContentZoneDefinitionname - - the namepublic void setAllowedWidgets(List<ContentZoneDefinitionXref> widgets)
ContentZoneDefinitionsetAllowedWidgets in interface ContentZoneDefinitionwidgets - - the allowed widgetspublic String getMainEntityName()
getMainEntityName in interface org.broadleafcommerce.common.admin.domain.AdminMainEntitypublic <G extends ContentZoneDefinition> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface org.broadleafcommerce.common.copy.MultiTenantCloneable<ContentZoneDefinition>CloneNotSupportedExceptionCopyright © 2020. All rights reserved.